修改提交
This commit is contained in:
12
Assets/Scripts/Fishing/New/Data/PlayerItem.cs
Normal file
12
Assets/Scripts/Fishing/New/Data/PlayerItem.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public class PlayerItem : Entity
|
||||
{
|
||||
/// <summary>
|
||||
/// 配置id
|
||||
/// </summary>
|
||||
public int ConfigID;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user