MIF_E31222569/Assets/ToothyV/Scripts/Gameplay/WalkState.cs

9 lines
116 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class WalkState : State
{
}