Files
Net.Like.Xue.Tokyo/Assets/BITKit/Core/ECS/Built-In/LocalPlayerComponent.cs
CortexCore 98f554e57c 1
2025-04-17 19:36:08 +08:00

16 lines
208 B
C#

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