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