mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
12 lines
203 B
C#
12 lines
203 B
C#
|
using JNGame.Math;
|
|||
|
using JNGame.Sync.System.View;
|
|||
|
|
|||
|
namespace Game.Input
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// DPlayerSystem 的输入类
|
|||
|
/// </summary>
|
|||
|
public class IDPlayer2 : JNInputJson
|
|||
|
{
|
|||
|
}
|
|||
|
}
|