SceneLobby(main):Add script and setup

This commit is contained in:
manhduyhoang90
2026-04-11 18:13:40 +07:00
parent e51f5cb82d
commit 77eb16bb37
14 changed files with 3886 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
using Fusion;
public partial struct _PlayerInputData : INetworkInput
{
public float direction;
}