//============================================================================= // AdapterMaster. //============================================================================= class AdapterMaster expands SkaarjMasterChunk; function Timer() { spawn(class'Adapter'); spawn(class'AdapterShell'); } Function PostBeginPlay() { SetTimer(0.05,False); Super.PostBeginPlay(); } defaultproperties { }