7 lines
121 B
Ucode
7 lines
121 B
Ucode
class UConst extends UField;
|
|
|
|
var string Value;
|
|
|
|
static final function UConst CastConst(Object Other) {
|
|
return Other;
|
|
} |