added network behavior tags to state managers

This commit is contained in:
Melbyj1125
2022-02-16 13:21:32 -06:00
parent 87594614d5
commit 32b0bf7154
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ using System.Linq;
using MLAPI;
using UnityEngine.Rendering;
public class AerialStateManager : MonoBehaviour
public class AerialStateManager : NetworkBehavior
{
////Player States
public AerialBaseState currentState;