BITKit/Src/Core/ECS/Built-In/LocalPlayerComponent.cs

11 lines
150 B
C#

using System.Collections;
using System.Collections.Generic;
namespace BITKit.Entities
{
public class LocalPlayerComponent
{
}
}