15 lines
260 B
Ucode
15 lines
260 B
Ucode
class ExportWAV extends Object;
|
|
|
|
|
|
var class SupportedClass;
|
|
var array<string> Formats;
|
|
var int TextIndent;
|
|
var bool bText, bMulti;
|
|
|
|
|
|
// static final function class<ExportWAV> Cast( Object Other )
|
|
// {
|
|
// return Other;
|
|
// }
|
|
|
|
defaultproperties{} |