This commit is contained in:
emDuy
2026-06-25 09:21:54 +07:00
parent 1edd76680b
commit b9ec80ad31
3 changed files with 82 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
using Fusion;
using UnityEngine;
@@ -5,9 +6,6 @@ namespace OnlyScove.Scripts
{
public struct PlayerInputData : INetworkInput
{
public Vector2 Direction;
public NetworkBool sprint;
public NetworkBool jump;
public Quaternion rot;
}
}