mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2026-01-19 14:08:22 +00:00
13 lines
251 B
C#
13 lines
251 B
C#
using Milimoe.FunGame.Core.Entity;
|
|
|
|
namespace Milimoe.FunGame.Core.Model.PrefabricatedEntity
|
|
{
|
|
/// <summary>
|
|
/// 继承此类以表示勇气指令技能
|
|
/// </summary>
|
|
public class CourageCommandSkill : Skill
|
|
{
|
|
|
|
}
|
|
}
|