public void UpdateGuild(string forumGuildParameter, ForumGuild.UpdateGuildInfoDelegate callback)
        {
            int handlerNum = forumCallback.SetUpdateGuildInfoDelegate(callback);

            androidClass.CallStatic("nmg_forum_updateGuild", forumGuildParameter, handlerNum);
        }
Beispiel #2
0
        public void UpdateGuild(string forumGuildParameter, ForumGuild.UpdateGuildInfoDelegate callback)
        {
            int handlerNum = forumCallback.SetUpdateGuildInfoDelegate(callback);

            nmg_forum_updateGuild(forumGuildParameter, handlerNum);
        }