コード例 #1
0
ファイル: Player.cs プロジェクト: withlin/c-raft
 //returns the players suffix
 public string GetPlayerSuffix()
 {
     return(PermHandler.GetPlayerSuffix(this));
 }