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