예제 #1
0
파일: Unit.cs 프로젝트: prank855/First
 public virtual void Drop()
 {
     Handler.addGameObject(new GroundItem(this));
     parent.top = new Air(parent);
 }