ProjectDDD/Assets/_DDD/_Scripts/RestaurantState/FlowStates/RestaurantPlayerState.cs

10 lines
226 B
C#
Raw Normal View History

using UnityEngine;
namespace DDD
{
[CreateAssetMenu(fileName = "RestaurantPlayerState", menuName = "RestaurantState/RestaurantPlayerState")]
public class RestaurantPlayerState : ScriptableObject
{
}
}