SoUI 0.5版本占坑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
306 B

# /*
# * 英雄属性检查
# *
# * By actboy168
# *
# */
#
#ifndef INCLUDE_BJ_OPTIMIZATION_HERO_STAT_CHECK_H
#define INCLUDE_BJ_OPTIMIZATION_HERO_STAT_CHECK_H
#
# define HERO_STAT_CHECK_bj_HEROSTAT_STR 0
# define HERO_STAT_CHECK_bj_HEROSTAT_AGI 1
# define HERO_STAT_CHECK_bj_HEROSTAT_INT 2
#
#endif