예제 #1
0
 public MovingStructureWithDirection(MovingStructure structure, MovingToState direction)
 {
     this.structure = structure;
     this.direction = direction;
 }
예제 #2
0
 public void addMovingStructure(MovingStructure structure)
 {
     movingStructures.Add(structure);
 }