예제 #1
0
 public static void UpdateGameCharacter(ForumCharacterParameter forumCharacterParameter, UpdateGameCharacterDelegate callback)
 {
     Log.Debug("[ForumGuild] UpdateGameCharacter");
     ForumGuildImpl.UpdateGameCharacter(forumCharacterParameter.ToJsonString(), callback);
 }