mirror of
https://github.com/evgen-app/steampunk-quest.git
synced 2024-11-13 03:46:34 +03:00
7 lines
130 B
C#
7 lines
130 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class BaseButtonHandler : MonoBehaviour{
|
|
}
|