Exemplo n.º 1
0
 public virtual void SendGameAction(Y action)
 {
     if (ActEvent != null)
     {
         ActEvent.Invoke(action);
     }
 }