Exemple #1
0
 void SendEvent(string data)
 {
     string[] args = data.Split(new[] { ';' }, 2);
     m_player.SendEvent(args[0], args[1]);
 }