|
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;
|
|
|
|
public const int HOLD_FLAG_BUFF_ID = 7;
|
|
|
|
}
|
|
}
|