12 lines
152 B
C#
12 lines
152 B
C#
using NBC.Entitas;
|
|
|
|
namespace NBF.Fishing2
|
|
{
|
|
/// <summary>
|
|
/// 背包
|
|
/// </summary>
|
|
public class Bag : Entity
|
|
{
|
|
|
|
}
|
|
} |