_xiaofang/xiaofang/Assets/Script/UI/ZZZZZZ/Test.cs
2024-12-27 12:01:08 +08:00

22 lines
435 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Test : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
Player.CSZS.SetPlayerID("主持人", "123");
List<string> strings = Player.CSZS.GetPlayerID("主持人");
Debug.Log("aaaaa"+strings[0]);
}
// Update is called once per frame
void Update()
{
}
}