Esempio n. 1
0
 public PlayerWalk(PlayerCTL instance)
 {
     this.Instance = instance;
 }
Esempio n. 2
0
 public PlayerJump(PlayerCTL instance)
 {
     this.Instance = instance;
 }
Esempio n. 3
0
 public PlayerDie(PlayerCTL instance)
 {
     this.Instance = instance;
 }
Esempio n. 4
0
 public PlayerShock(PlayerCTL instance)
 {
     this.Instance = instance;
 }
Esempio n. 5
0
 public PlayerRecycle(PlayerCTL instance)
 {
     this.Instance = instance;
 }
Esempio n. 6
0
 public PlayerRun(PlayerCTL instance)
 {
     this.Instance = instance;
 }
Esempio n. 7
0
 public void SetPlayer(PlayerCTL p)
 {
     player = p;
 }