10 lines
162 B
Ucode
10 lines
162 B
Ucode
class UTextBuffer extends Object;
|
|
|
|
var int Pos;
|
|
var int Top;
|
|
|
|
var string Text;
|
|
|
|
static final function UTextBuffer CastTextBuffer(Object Other) {
|
|
return Other;
|
|
} |