Exemplo n.º 1
0
 public static void OnAccepted(Sim actor, Sim target, string interaction, ActiveTopic topic, InteractionInstance i)
 {
     try
     {
         Kill.OnAccepted(actor, target, SimDescription.DeathType.Thirst);
     }
     catch (Exception e)
     {
         Common.Exception(actor, target, e);
     }
 }