12 lines
203 B
C#
Raw Normal View History

2024-08-17 14:27:18 +08:00
using JNGame.Math;
using JNGame.Sync.System.View;
namespace Game.Input
{
/// <summary>
/// DPlayerSystem 的输入类
/// </summary>
public class IDPlayer2 : JNInputJson
{
}
}