public void SendEvent(ParadoxNotion.EventData eventData)
 {
     Debug.LogWarning("Sending events to action lists has no effect");
 }
Ejemplo n.º 2
0
 void ITaskSystem.SendEvent(ParadoxNotion.EventData eventData)
 {
     Debug.LogWarning("Sending events to action lists has no effect");
 }