void OnDestroy() { if (isLocalPlayer) { Local = null; } else { } VoterCounter.ModifyMax(-1); }
void Start() { Players.Add(this); VoterCounter.ModifyMax(1); }