MoonWorksECSTest/src/StaticPositionComponent.cs

5 lines
74 B
C#

namespace MoonWorksECSTest
{
public struct StaticPositionComponent { }
}