傻杯林小智,手快提错了

This commit is contained in:
huyulong 2024-12-27 21:13:34 +08:00
parent 98865a9ca3
commit 5a97e224a1
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]);
}