Skip to content

BaseClasses

이영진 edited this page Oct 28, 2024 · 3 revisions

This directory contains scripts that can be used as base classes, for general components or c# classes.

Singletons

This directory has different kinds of singletons that can be used in different use cases.

Singletons for C# classes

  • Singleton
  • LazySingleton

Singletons for Monobehaviours

  • SingletonBehaviour
  • SingletonBehaviourFixed
  • Scenegleton

Clone this wiki locally