void Awake() { instance = this; }
public static AllegianceType GetAllegiance(LSAgent agent) { return(PlayerManager.GetAllegiance(agent.Controller)); }
internal static void InfluenceSimulate() { PlayerManager.Simulate(); CommandManager.Simulate(); ClientManager.Simulate(); }