예제 #1
0
 public static void CloseGuild(string guildId, string characterId, CloseGuildDelegate callback)
 {
     Log.Debug("[ForumGuild] CloseGuild");
     ForumGuildImpl.CloseGuild(guildId, characterId, callback);
 }