Ejemplo n.º 1
0
 public IEnumerable <Act.Status> Die(Creature agent)
 {
     agent.GetRoot().Delete();
     yield return(Act.Status.Success);
 }