2023-08-10 06:39:59 +00:00
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
public class DataManager : Singleton<DataManager>
|
|
|
|
{
|
|
|
|
public GameObject mouseSpot;
|
2023-08-11 17:50:36 +00:00
|
|
|
public GameObject boat;
|
2023-08-10 06:39:59 +00:00
|
|
|
}
|