Files
MonoGame.Extended/Source/Demos/Platformer/Components/PlayerState.cs
T

9 lines
133 B
C#

using MonoGame.Extended.Entities;
namespace Platformer.Components
{
[EntityComponent]
public class PlayerState
{
}
}