Skip to content

Remove variable references to singletons #10

Description

@ShiJbey

GameSession, FragmentManager, and DialogueManager all try to find references to each other in their Start() Methods. Since these are singleton classes, we don't need to search for their instances. Their instances are already available on the static instance member on the class type. Also, we don't need variable references to publically static data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions