コード例 #1
0
 private void OnDestroy()
 {
     Instance      = null;
     this.handlers = null;
 }
コード例 #2
0
 private void OnDestroy()
 {
     MTileHandlerHelper.Instance = null;
     this.handlers = null;
 }
コード例 #3
0
 private void Awake()
 {
     Instance = this;
 }
コード例 #4
0
 private void Awake()
 {
     MTileHandlerHelper.Instance = this;
 }