Skip to content

Wrong method invocation in base class ActionGeneric.cs #35

Closed
@eLeSTRaGo-Dev

Description

@eLeSTRaGo-Dev

In script ActionGeneric.cs method OnExit call initLogic and OnInit call exitLogic.

protected override void OnExit () {
    initLogic?.Invoke();
}

protected override void OnInit () {
    exitLogic?.Invoke();
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions