This commit is contained in:
lq 2024-12-27 22:04:56 +08:00
commit 63e3932ece
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ public class PlayerTask : MonoBehaviour
Debug.Log(1111111111111111111);
Debug.Log(id);
TaskPanel.instance.displaytask(id);
Player.CSZS.SetPlayerID(id.ToString());
ZZZPlayer.CSZS.SetPlayerID(id.ToString());
}
}

View File

@ -8,7 +8,7 @@ public class Test : MonoBehaviour
void Start()
{
//Player.CSZS.SetPlayerID("主持人", "123");
List<string> strings = Player.CSZS.GetPlayerID("主持人");
List<string> strings = ZZZPlayer.CSZS.GetPlayerID("主持人");
Debug.Log("aaaaa"+strings[0]);
}