Files
Net.Like.Xue.Tokyo/Assets/BITKit/Core/ECS/Built-In/LocalPlayerComponent.cs
CortexCore 637ac27286 1
2025-02-24 23:03:39 +08:00

11 lines
150 B
C#

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