Example #1
0
 public Motion(Motion.Name name)
 {
     this.name          = name;
     this.deltaX        = 0;
     this.deltaX        = 0;
     this.motionAdvance = false;
 }
Example #2
0
 public GridMoveLeft(Motion.Name name)
     : base(name)
 {
 }
 public GridMoveRight(Motion.Name name)
     : base(name)
 {
 }
Example #4
0
 public UFOMoveRight(Motion.Name name)
     : base(name)
 {
 }
Example #5
0
 public GridMoveDown(Motion.Name name)
     : base(name)
 {
 }