傻杯林小智,手快提错了
This commit is contained in:
parent
98865a9ca3
commit
5a97e224a1
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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]);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user