예제 #1
0
 protected void move(Position posL, Vector3 posP)
 {
     ficha_.setLogicPosition(posL);
     ficha_.setPosition(posP);
 }