11 lines
174 B
C#
11 lines
174 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace NBF.Fishing2
|
|
{
|
|
/// <summary>
|
|
/// 地图管理组件
|
|
/// </summary>
|
|
public class MapManageComponent : Entity
|
|
{
|
|
}
|
|
} |