mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
created a debug prefab
This commit is contained in:
@@ -2,6 +2,7 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
//Add generics
|
||||
public abstract class AerialBaseState
|
||||
{
|
||||
public abstract void EnterState(AerialStateManager aSM, AerialBaseState previousState);
|
||||
|
||||
Reference in New Issue
Block a user