mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-09-01 23:34:11 -05:00
added network behavior tags to state managers
This commit is contained in:
@@ -2,7 +2,7 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class MoveStateManager : MonoBehaviour
|
||||
public class MoveStateManager : NetworkBehavior
|
||||
{
|
||||
////Player States
|
||||
public MoveBaseState currentState;
|
||||
|
||||
Reference in New Issue
Block a user