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