예제 #1
0
파일: Painter.cs 프로젝트: slimjam/Lift
 public void fullLift(LiftPrototype lift)
 {
     lift.Full();
 }
예제 #2
0
파일: Painter.cs 프로젝트: slimjam/Lift
 public void emptyLift(LiftPrototype lift)
 {
     lift.Empty();
 }