示例#1
0
文件: Player.cs 项目: withlin/c-raft
 //returns the players suffix
 public string GetPlayerSuffix()
 {
     return(PermHandler.GetPlayerSuffix(this));
 }