コード例 #1
0
ファイル: GameMaster.cs プロジェクト: tuita520/mmorpgserver
 //清空排队
 public static void CleanMatching(int id)
 {
     mImpl.CleanMatching(id);
 }