public static void SetupControls(Panel battlefieldPanel) { BattlefieldPanel = battlefieldPanel; GUIObjects = new List <GUIObject>(); if (GameWindow.IsClient) { } else { GameplayProcessor.SetupGameplay(); } }
public static void SetupControls(Panel battlefieldPanel) { BattlefieldPanel = battlefieldPanel; GameplayProcessor.SetupGameplay(); }