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

16 lines
208 B
C#

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