using UnityEngine; namespace DDD { [CreateAssetMenu(fileName = "GameFlowDataSo", menuName = "GameFlow/GameFlowDataSo")] public class GameFlowDataSo : ScriptableObject { public GameFlowState CurrentGameState; } }