Files
BITKit/Src/Core/ECS/Built-In/LocalPlayerComponent.cs
CortexCore d8b8ddb8b6 1
2025-04-14 15:39:28 +08:00

16 lines
208 B
C#

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