_xiaofang/xiaofang/Assets/Script/UI/ZZZZZZ/Test.cs

22 lines
437 B
C#
Raw Normal View History

2024-12-27 12:01:08 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Test : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
2024-12-27 17:45:19 +08:00
//Player.CSZS.SetPlayerID("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>", "123");
2024-12-27 12:01:08 +08:00
List<string> strings = Player.CSZS.GetPlayerID("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>");
Debug.Log("aaaaa"+strings[0]);
}
// Update is called once per frame
void Update()
{
}
}