Exemplo n.º 1
0
 private void OnDestroy()
 {
     _Instance = null;
 }
Exemplo n.º 2
0
 private void Awake()
 {
     _Instance = this;
 }
Exemplo n.º 3
0
 public static ShortcutManager New()
 {
     _Instance = new GameObject("ShortcutManager").AddComponent <ShortcutManager>();
     return(_Instance);
 }