예제 #1
0
 public static void IsNews(ForumCommunityType forumCommunityType, string characterId, IsNewsDelegate callback)
 {
     Log.Debug("[ForumGuild] IsNews");
     ForumGuildImpl.IsNews(forumCommunityType, characterId, callback);
 }