微信登录

Player - PlayerInfo.cs - 玩家_信息

  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. using Common;
  5. public class PlayerInfo : MonoBehaviour {
  6. public RoleType roleType;
  7. public bool isLocal = false;
  8. }