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

16 lines
208 B
C#
Raw Normal View History

2025-02-24 23:02:43 +08:00
using System.Collections;
using System.Collections.Generic;
namespace BITKit.Entities
{
public class LocalPlayerComponent
{
}
2025-04-14 15:39:28 +08:00
public class OwnedByLocalPlayer
{
}
2025-02-24 23:02:43 +08:00
}