MiniGame-PushPush/Assets/Scripts/Etc/Constants.cs
2023-10-04 20:20:04 +09:00

9 lines
163 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class Constants
{
public static readonly float PLAY_TIME = 60;
}