⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 px_ls_item_staff.h

📁 MMORPG游戏服务器端架构及函数
💻 H
字号:
#pragma	  once

/* must been first include begin */
#include "..\ProjectX_Common\ProjectX_Copyright.h"
#include "..\ProjectX_Common\ProjectX_Common.h"
/* must been first include end */

/* std and common include */
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>


#include "px_ls_item_staff_consumer.h"
#include "px_ls_item_staff_gem.h"
#include "px_ls_item_staff_guid.h"
#include "px_ls_item_staff_pet_spawn.h"
#include "px_ls_item_staff_restore.h"
#include "px_ls_item_staff_skill.h"
#include "px_ls_item_staff_special.h"
#include "px_ls_item_staff_state.h"
#include "px_ls_item_staff_task.h"


/************************************************************************
特殊说明及约定:
由于此类道具,各自很独立,相互间共性很少,因为时间及性能考虑,仅提供了普遍具有
的共性作为各自属性,在服务器内部使用时,需单独进行id判断,再进行逻辑处理
************************************************************************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -