You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
502 B
C#
19 lines
502 B
C#
// using UnityEngine;
|
|
// using Fusion;
|
|
|
|
// namespace Example
|
|
// {
|
|
// /// <summary>
|
|
// /// Input structure polled by Fusion. This is sent over network and processed by server, keep it optimized and remove unused data.
|
|
// /// </summary>
|
|
// public struct GameplayInput : INetworkInput
|
|
// {
|
|
// public Vector2 MoveDirection;
|
|
// public Vector2 LookRotationDelta;
|
|
// public bool Sprint;
|
|
// public NetworkButtons Actions;
|
|
|
|
// public const int JUMP_BUTTON = 0;
|
|
// }
|
|
// }
|