This commit is contained in:
YangHua 2023-11-22 20:29:33 +08:00
parent 443c6ee79c
commit 976122ad57
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace AdamSync
{ {
private string latestData = ""; private string latestData = "";
private void Start() private void OnInit()
{ {
SyncCreateRoom.playerInfoRequset += ReceivePlayInfo; SyncCreateRoom.playerInfoRequset += ReceivePlayInfo;
if (isPlayer) if (isPlayer)