steampunk-quest/Assets/scripts/tenPoints/BaseButtonHandler.cs
2022-01-25 02:59:52 +03:00

7 lines
130 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BaseButtonHandler : MonoBehaviour{
}