16 lines
252 B
C#
16 lines
252 B
C#
|
|
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;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|