7 lines
87 B
C#
7 lines
87 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace NB.Game;
|
|
|
|
public class SkillContainer : Entity
|
|
{
|
|
} |