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