using AX.NetworkSystem; using System.Collections; using System.Collections.Generic; using UnityEngine; public class GetFirePower : MonoBehaviour { void Awake() { NetworkManager.Default.SendRequestAsync("GET_FIREENGINE_REQUEST", CurrentUserInfo.token); } }