CapersProject/Assets/SPUM/Script/SPUM_Button.cs

10 lines
177 B
C#
Raw Normal View History

2024-06-03 18:26:03 +00:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class SPUM_Button : MonoBehaviour
{
public Toggle _toggle;
}