7 lines
105 B
C#
7 lines
105 B
C#
using GameCore.ECS.Interfaces;
|
|
|
|
namespace GameCore.Player;
|
|
|
|
public class PlayerComponent : IComponent
|
|
{
|
|
} |