mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-25 16:35:33 +00:00
9 lines
133 B
C#
9 lines
133 B
C#
using MonoGame.Extended.Entities;
|
|
|
|
namespace Platformer.Components
|
|
{
|
|
[EntityComponent]
|
|
public class PlayerState
|
|
{
|
|
}
|
|
} |