using JNGame.Math;
using JNGame.Sync.System.View;

namespace Game.Input
{
    /// <summary>
    /// DPlayerSystem 的输入类
    /// </summary>
    public class IDPlayer2 : JNInputJson
    {
    }
}