15 lines
240 B
C#
15 lines
240 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class StorePanel : MonoBehaviour
|
|
{
|
|
public void StartPanel()
|
|
{
|
|
if (DataManager.GetDay("open")>1)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|