mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-09-02 07:44:19 -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 DashStateManager : MonoBehaviour
|
||||
public class DashStateManager : NetworkBehavior
|
||||
{
|
||||
////Player States
|
||||
public DashBaseState currentState;
|
||||
|
||||
Reference in New Issue
Block a user