Beispiel #1
0
 public DeathState(ZerandiPlayerController cont, AudioSource sound) : base(cont, sound)
 {
 }
Beispiel #2
0
 public ZerandiState(ZerandiPlayerController cont, AudioSource sound)
 {
     pControl    = cont;
     reviveSound = sound;
 }