临时提交

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-10-19 03:51:59 +08:00
parent 425f2eabea
commit 1315802fa2
162 changed files with 16452 additions and 11111 deletions

View File

@@ -59,7 +59,7 @@ namespace AppGame.Systems
/// <returns></returns>
public T GetInput<T>() where T : JNInputBase, new()
{
return Client.GetSystem<JNInputSystem>().Input<T>();
return Client.GetSystem<JNInputSystem>().UIInput<T>();
}
public T GetClient<T>() where T : JNSyncDefaultService
{