コード例 #1
0
 public bool checkplayer(int player, String server, int world)
 {
     return(_context.CheckPlayer(player, server, world));
 }