2 Commits

Author SHA1 Message Date
emDuy
58f08a1b5e Merge branch 'main' of https://scoveria.ddns.net/scove/BABA_YAGA 2026-06-25 09:22:54 +07:00
emDuy
b9ec80ad31 ádsd 2026-06-25 09:21:54 +07:00

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;
}
}