mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
12 lines
263 B
C#
12 lines
263 B
C#
|
using Plugins.JNGame.Sync.Frame;
|
|||
|
|
|||
|
namespace Script.AppImpl
|
|||
|
{
|
|||
|
public class JNGSyncFrame : JNSyncFrame
|
|||
|
{
|
|||
|
protected override void OnSendInput(JNFrameInputs inputs)
|
|||
|
{
|
|||
|
throw new System.NotImplementedException();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|