Beispiel #1
0
 /// <summary>
 /// New action has been received from the client
 /// </summary>
 /// <param name="action"></param>
 public void OnNewAction(string action)
 {
     if (OnNewActionReceived != null)
     {
         OnNewActionReceived.Invoke(action);
     }
 }
 /// <summary>
 /// New action has been received from the client
 /// </summary>
 /// <param name="action"></param>
 public void OnNewAction(string action)
 {
     OnNewActionReceived.Invoke(action);
 }