Files
beyond/Assets/ThirdParty/Procedural Worlds/Gaia/Scripts/Utils/GaiaStopwatchControl.cs
2024-11-20 15:21:28 +01:00

12 lines
177 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Gaia
{
public class GaiaStopwatchControl : MonoBehaviour
{
}
}