Files
BITKit/Src/Core/ECS/Built-In/LocalPlayerComponent.cs
CortexCore 8261a458e2 1
2025-02-24 23:02:43 +08:00

11 lines
150 B
C#

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