开发者文档

API

RPG背包模块所对外暴露的所有API

    /**
     * 给这个玩家打开RPG背包
     * @param player 玩家
     */
    void openRpgInv(Player player);

事件

Last updated