13 lines
184 B
C#
13 lines
184 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace TTTSC.Player.Character
|
|
{
|
|
public class PlayerStateMachine : MonoBehaviour
|
|
{
|
|
|
|
|
|
}
|
|
}
|
|
|