Show / Hide Table of Contents

    Class InitializeUserLoadPhase

    This ILoadPhase should run any required initialization logic on the IUserSavedData. IsNew can be checked here for running conditional logic on new users.

    Inheritance
    Object
    InitializeUserLoadPhase
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class InitializeUserLoadPhase : LoadPhaseBase

    Fields

    _actionService

    Declaration
    protected IActionService _actionService
    Field Value
    Type Description
    IActionService

    _userSavedData

    Declaration
    protected IUserSavedData _userSavedData
    Field Value
    Type Description
    IUserSavedData

    Methods

    Inject(IResolver)

    Declaration
    public override void Inject(IResolver resolver)
    Parameters
    Type Name Description
    IResolver resolver

    RunCancelLogic()

    Declaration
    protected override void RunCancelLogic()

    RunCompleteLogic()

    Declaration
    protected override void RunCompleteLogic()

    RunRevertLogic()

    Declaration
    protected override void RunRevertLogic()

    RunStartLogic()

    Declaration
    protected override void RunStartLogic()
    Back to top Copyright © 2020 East Side Games Inc.