7 lines
98 B
C#
7 lines
98 B
C#
using UnityEngine;
|
|
|
|
public class MapBtnMiniBP : MonoBehaviour
|
|
{
|
|
public void PlayUpBar() { }
|
|
}
|