rott/kf_sources/COREAPI/Classes/UConst.uc
2026-07-14 20:27:09 +07:00

7 lines
121 B
Ucode

class UConst extends UField;
var string Value;
static final function UConst CastConst(Object Other) {
return Other;
}