PongFE/PongFE/Components/PlayerInputComponent.cs

7 lines
106 B
C#

using Encompass;
namespace PongFE.Components
{
public struct PlayerInputComponent : IComponent { }
}