steampunk-quest/Assets/scripts/tenPoints/BaseButtonHandler.cs

7 lines
130 B
C#
Raw Normal View History

2022-01-25 02:59:52 +03:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BaseButtonHandler : MonoBehaviour{
}