ProjectDDD/Assets/_DDD/_Scripts/RestaurantState/FlowStates/RestaurantPlayerState.cs
2025-08-19 12:12:10 +09:00

9 lines
116 B
C#

using UnityEngine;
namespace DDD
{
public class RestaurantPlayerState : ScriptableObject
{
}
}