Skip to content

Commit

Permalink
chore: transferHost changed to public due to downgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
momintlh committed Jan 3, 2025
1 parent 76afe27 commit fc04746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/PlayroomKit/PlayroomKit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public bool IsHost()
return _playroomService.IsHost();
}

public void TransferHost(string playerId)
private void TransferHost(string playerId)
{
if (!IsPlayRoomInitialized)
{
Expand Down

0 comments on commit fc04746

Please sign in to comment.