_xiaofang/xiaofang/Assets/Script/UI/createTemplateInfo.cs

21 lines
446 B
C#
Raw Normal View History

2024-11-25 17:15:16 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class createTemplateInfo : Singleton<createTemplateInfo>
{
public auth_createTemplate auth_CreateTemplate=new auth_createTemplate();
2024-11-25 17:15:16 +08:00
public List<PlayerList> playerList;//<2F><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}