EnergyEfficiencyManagement/Assets/ZCalendar/Scripts/ZCalendarTimeBox.cs

22 lines
270 B
C#

/*
* Made By JacobKay
*/
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ZCalendarTimeBox : MonoBehaviour
{
#region variable
#endregion
#region Property
#endregion
#region endregion
#endregion
}