public void RegisterPlatoonBirth(PlatoonBehaviour platoon) { Platoons.Add(platoon); _inputManager.RegisterPlatoonBirth(platoon); }
public void RegisterPlatoonDeath(PlatoonBehaviour platoon) { Platoons.Remove(platoon); _inputManager.RegisterPlatoonDeath(platoon); }
public static void LoadInfo() { platoons = Platoons.LoadPlatList(); subjects = Subjects.LoadSubList(); }