Inheritance: MonoBehaviour
Beispiel #1
0
 // Connects this appearance to FishGod and puts it to sleep
 public void LinkAndSleep(FishGod g)
 {
     god = g;
     SetIsSleeping(true);
 }
Beispiel #2
0
 public void SetGod(FishGod g) => god = g;