Beispiel #1
0
 public immortality(offsetPackage pack)
 {
     this.pack = pack;
 }
Beispiel #2
0
 public jetpack(offsetPackage pack)
 {
     this.pack = pack;
 }
Beispiel #3
0
 public slowmo(offsetPackage pack)
 {
     this.pack = pack;
 }
Beispiel #4
0
 public explosions(offsetPackage pack)
 {
     this.pack = pack;
 }
Beispiel #5
0
 public teleport(offsetPackage pack)
 {
     this.pack = pack;
 }
Beispiel #6
0
 public fly(offsetPackage pack)
 {
     this.pack = pack;
     flightKeyHandler.Interval = 30;
     flightKeyHandler.Elapsed += OnTimedEvent;
 }
Beispiel #7
0
 public speed()
 {
     this.pack = pack;
 }
Beispiel #8
0
 public step(offsetPackage pack)
 {
     this.pack = pack;
 }