NetworkMatch.BasicResponseDelegate

매뉴얼로 전환
public delegatevoid BasicResponseDelegate (bool success, string extendedInfo);

파라미터

successIndicates if the request succeeded.
extendedInfoA text description of the failure if success is false.

설명

A delegate that can handle MatchMaker responses that return basic response types (generally only indicating success or failure and extended information if a failure did happen).