using BrewMonster.Network; using UnityEngine; using UnityEngine.UI; namespace BrewMonster.UI { public class JumpBtn : MonoBehaviour { Button jumpBtn; // Start is called once before the first execution of Update after the MonoBehaviour is created void Start() { if(jumpBtn == null) { jumpBtn = GetComponent