예제 #1
0
 public List <Actions> Action(Point actionPoint)
 {
     return(gameObjectList.GetPossibleActions(actionPoint));
 }