예제 #1
0
파일: Unit.cs 프로젝트: radding/Space_Pope
 public void select(HexGrid caller)
 {
     if (state == State.DONE) {
         return;
     }
     _select_cb (caller);
     caller.select_ (this);
 }