Mirror::Cloud::BaseApi
Inherited by ListServerBaseApi
Protected Functions
Name | |
---|---|
BaseApi(ICoroutineRunner runner, IRequestCreator requestCreator) |
Protected Attributes
Name | |
---|---|
readonly ICoroutineRunner | runner |
readonly IRequestCreator | requestCreator |
Protected Functions Documentation
function BaseApi
inline BaseApi(
ICoroutineRunner runner,
IRequestCreator requestCreator
)
Protected Attributes Documentation
variable runner
readonly ICoroutineRunner runner;
variable requestCreator
readonly IRequestCreator requestCreator;
Updated on 18 January 2021 at 04:51:15 UTC