Ejemplo n.º 1
0
 public override bool Step()
 {
     MyPeep.notificationCanvas.AddNotification(Notification.Type.peepDeparture, departureMessage);
     MyPeep.DepartLevel();
     return(true);
 }
Ejemplo n.º 2
0
 private void ExitBuilding()
 {
     this.targetBuilding.RemoveOccupant(this.MyPeep);
     MyPeep.Unhide();
 }