Beispiel #1
0
 private void Awake()
 {
     if (instance != null)
     {
         Destroy(this);
     }
     else
     {
         instance = this;
     }
 }
Beispiel #2
0
 public abstract void Use(Interact player);