public void AddAreaExit(AreaExit exit)
 {
     areaExits.Add(exit);
 }
예제 #2
0
 public void AddAreaExit(AreaExit exit)
 {
     AreaExit = exit;
 }