예제 #1
0
파일: JumpOp.cs 프로젝트: hx83/Block_Server
 public JumpOp()
 {
     _type = PlayerOpEnum.Jump;
 }
예제 #2
0
 public MoveOp()
 {
     _type     = PlayerOpEnum.Move;
     Direction = new Vector2();
 }