Example #1
0
 public void tellUIEffect1Arg(CSteamID steamID, ushort id, short key, string arg0)
 {
     if (!base.channel.checkServer(steamID))
     {
         return;
     }
     EffectManager.createAndFormatUIEffect(id, key, new object[]
     {
         arg0
     });
 }