예제 #1
0
 private void WakeUp()
 {
     _dweller?.ExitBuilding();
 }
예제 #2
0
 private void StopEating()
 {
     _dweller?.ExitBuilding();
 }