rott/kf_sources/HideMut/Classes.backup/ExportWAV.uc
2026-07-14 20:27:09 +07:00

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{}