2024-09-24 12:49:44 +08:00
|
|
|
|
namespace Gameplay.Common
|
2023-08-22 19:08:45 +08:00
|
|
|
|
{
|
|
|
|
|
|
public static class CodeDefine
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
public const float MORALE_RECOVER_TIME = 3F;
|
2024-05-31 19:44:10 +08:00
|
|
|
|
|
|
|
|
|
|
public const int HOLD_FLAG_BUFF_ID = 7;
|
2023-08-22 19:08:45 +08:00
|
|
|
|
|
2024-07-19 15:34:09 +08:00
|
|
|
|
public const int BLEED_BUFF_ID = 8;
|
|
|
|
|
|
|
2024-09-24 12:49:44 +08:00
|
|
|
|
public static bool ENABLE_FIGHT_NORMAL_ATTACK_LOG = false;
|
2023-08-22 19:08:45 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|