Delegate StovePCMatchmakingCallback.OnSetLobbyOwner
로비 방장 이양 시 호출되는 이벤트입니다.
Namespace: Stove.PCSDK.NET.Matchmaking
Assembly: StovePCMatchmaking64.Net.dll
Syntax
public delegate void OnSetLobbyOwner(StovePCMatchmakingError error, StovePCMatchmakingSetLobbyOwner setLobbyOwner);
Parameters
| Type | Name | Description |
|---|---|---|
| StovePCMatchmakingError | error | 콜백에 대한 응답 코드 |
| StovePCMatchmakingSetLobbyOwner | setLobbyOwner | 로비 방장 이양 데이터 |