Exemplo n.º 1
0
 public void centerprintf(edict_t ent, string s)
 {
     SV_GAME.PF_centerprintf(ent, s);
 }
Exemplo n.º 2
0
 public virtual void Centerprintf(edict_t ent, string s)
 {
     SV_GAME.PF_centerprintf(ent, s);
 }