namespace ML.SDK
Class
MLScoreBoardRequest
namespace ML.SDK
{
class MLScoreBoardRequest
}
Inherits from ML.SDK.MLRequest<ScoreBoardEntry[]>
Summary
A yield-able class allows to wait for result of Score Board from server in coroutines.
Properties
Property | Desciption |
---|---|
keepWaiting | Indicates if coroutine should be kept suspended. Inherited from UnityEngine |