Compare commits
2 Commits
419558b0d3
...
58f08a1b5e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58f08a1b5e | ||
|
|
b9ec80ad31 |
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
using Fusion;
|
using Fusion;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
@@ -5,9 +6,6 @@ namespace OnlyScove.Scripts
|
|||||||
{
|
{
|
||||||
public struct PlayerInputData : INetworkInput
|
public struct PlayerInputData : INetworkInput
|
||||||
{
|
{
|
||||||
public Vector2 Direction;
|
|
||||||
public NetworkBool sprint;
|
|
||||||
public NetworkBool jump;
|
|
||||||
public Quaternion rot;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user