10 lines
217 B
C#
10 lines
217 B
C#
using UnityEngine;
|
|
|
|
namespace DDD
|
|
{
|
|
[CreateAssetMenu(fileName = "RestaurantRunState", menuName = "RestaurantState/RestaurantRunState")]
|
|
public class RestaurantRunState : ScriptableObject
|
|
{
|
|
|
|
}
|
|
} |