Beispiel #1
0
 public void ChangeCellDataFloorType(int index, FlowingfloorType floorType)
 {
     if (floorCell.ContainsKey(index))
     {
         floorCell[index].flowingfloorType = floorType;
     }
 }
Beispiel #2
0
 public void ResetParameter()
 {
     speed     = 0;
     width     = 0;
     index     = 0;
     floorType = FlowingfloorType.SLOWLY;
 }