Example #1
0
 private void OnDestroy()
 {
     if (WalkmanControler._instance == this)
     {
         WalkmanControler._instance = null;
     }
 }
Example #2
0
 private void OnDestroy()
 {
     if (WalkmanControler._instance == this)
     {
         WalkmanControler._instance = null;
     }
 }
Example #3
0
 private void Awake()
 {
     WalkmanControler._instance = this;
 }
Example #4
0
 private void Awake()
 {
     WalkmanControler._instance = this;
 }