2023-08-22 19:08:45 +08:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Gameplay.Common
|
|
|
|
|
|
{
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|