mirror of
https://github.com/evgen-app/steampunk-quest.git
synced 2024-11-14 20:36: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{
|
||
|
}
|