private void OnDestroy()
 {
     Instance      = null;
     this.handlers = null;
 }
示例#2
0
 private void OnDestroy()
 {
     MTileHandlerHelper.Instance = null;
     this.handlers = null;
 }
 private void Awake()
 {
     Instance = this;
 }
示例#4
0
 private void Awake()
 {
     MTileHandlerHelper.Instance = this;
 }