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