mirror of
https://github.com/Steffo99/gravity-fusion.git
synced 2025-02-16 17:03:57 +00:00
7 lines
135 B
C#
7 lines
135 B
C#
using UnityEngine;
|
|
|
|
public class UpgradePanel : MonoBehaviour {
|
|
public void Start() {
|
|
gameObject.SetActive(false);
|
|
}
|
|
}
|