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

9 lines
232 B
Ucode

class MaterialFactory extends Object
abstract
native;
var string Description;
event Material CreateMaterial( Object InOuter, string InPackage, string InGroup, string InName );
native function ConsoleCommand(string Cmd);