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