11 lines
172 B
C#
11 lines
172 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace NBF.Fishing2
|
|
{
|
|
/// <summary>
|
|
/// Unity皮肤组件
|
|
/// </summary>
|
|
public class UnitSkinComponent : Entity
|
|
{
|
|
}
|
|
} |