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