_xiaofang/xiaofang/Assets/Script/UI/createTemplateInfo.cs
2024-12-02 02:47:29 +08:00

21 lines
446 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class createTemplateInfo : Singleton<createTemplateInfo>
{
public auth_createTemplate auth_CreateTemplate=new auth_createTemplate();
public List<PlayerList> playerList;//Íæ¼ÒÁбí
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}