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

10 lines
217 B
C#
Raw Normal View History

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