修改协议工具
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace NB.Game;
|
||||
|
||||
public class ItemComponent : Entity
|
||||
{
|
||||
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
namespace NB;
|
||||
|
||||
/// <summary>
|
||||
/// 挂这个 玩家Role创建时会自动添加此组件
|
||||
/// 挂这个 玩家Unit创建时会自动添加此组件
|
||||
/// </summary>
|
||||
public class RoleComAttribute : BaseAttribute
|
||||
{
|
||||
|
||||
@@ -4,5 +4,8 @@ namespace NB;
|
||||
|
||||
public class RoleManagerComponent : Entity
|
||||
{
|
||||
/// <summary>
|
||||
/// 游戏列表
|
||||
/// </summary>
|
||||
public readonly Dictionary<long, Role> Roles = new();
|
||||
}
|
||||
Reference in New Issue
Block a user