SSLR/SSLR/Assets/Scripts/DayManager.cs

25 lines
389 B
C#

/*
* Author: Livinia Poo
* Date: 4/2/25
* Description:
* Managing start and end days
*/
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DayManager : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}