Redagować

Udostępnij przez


LobbyDataUpdate.NewOwner property

An optional, new owner of the lobby.

public PFEntityKey NewOwner { get; set; }

Remarks

This value can only be updated under one of the following conditions: * The member updating this field is the lobby's current owner * The owner migration policy is LobbyOwnerMigrationPolicy.Manual and there is currently no owner * The owner migration policy isLobbyOwnerMigrationPolicy.None`

See Also