Net.Like.Xue.Tokyo/Assets/BITKit/Core/ECS/Built-In/LocalPlayerComponent.cs

11 lines
150 B
C#
Raw Normal View History

2025-02-24 23:03:39 +08:00
using System.Collections;
using System.Collections.Generic;
namespace BITKit.Entities
{
public class LocalPlayerComponent
{
}
}