Beispiel #1
0
 // Constructor.
 public PlayerChatArgs(RequestifyTF2.API.User caller, string text)
 {
     User = caller;
     Chat = text;
 }
Beispiel #2
0
            public static void Invoke(RequestifyTF2.API.User caller, string text)
            {
                var e = new PlayerChatArgs(caller, text);

                OnChat(e);
            }