Esempio n. 1
0
 public void OnAction(EventAction e)
 {
     if (Curio.IsTemplate())
     {
         return;
     }
     e.Actions.RemoveAll(x => x.Action is ActionNemesisRevive);
 }