12 lines
188 B
C#
12 lines
188 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace NBF
|
|
{
|
|
public class PlayerItem : Entity
|
|
{
|
|
/// <summary>
|
|
/// 配置id
|
|
/// </summary>
|
|
public int ConfigID;
|
|
}
|
|
} |