6 lines
101 B
C#
6 lines
101 B
C#
|
|
using Fusion;
|
||
|
|
|
||
|
|
public partial struct _PlayerInputData : INetworkInput
|
||
|
|
{
|
||
|
|
public float direction;
|
||
|
|
}
|