void Awake() { Debug.Assert(Instance == null, "There are multiple instances of the OtherPlayersStore."); Instance = this; }
private void OnDestroy() { Instance = null; }