コード例 #1
0
 private void OnEnable()
 {
     GoalManager.Add(this);
 }
コード例 #2
0
        private void OnDisable()
        {
            GoalManager.Remove(this);

            GoalStateChanged = null;
        }
コード例 #3
0
ファイル: GoalManager.cs プロジェクト: fnuecke/LD41
 private void OnDisable()
 {
     s_Instance = null;
 }