Example #1
0
 /// <summary>
 /// Intermediary function to notify the state machine to broadcast the message to all states recursively
 /// </summary>
 /// <param name="args"> The arguments of the message </param>
 public void BroadcastMessage(object[] args)
 {
     m_OwnerSM.BroadcastMessage(args);
 }