广西桂平帝恒管道燃气投资有限公司多角色网上演练

15 lines
282 B

2 years ago
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);
}
}