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

22 lines
489 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;//鯤소죗깊
public List<NpcList> npcList;//Npc죗깊
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}