Template:Useful Classes

From Multi Theft Auto: Wiki
Revision as of 12:10, 13 October 2016 by Jusonex (talk | contribs)
Jump to navigation Jump to search
  • Singleton » This class allows to restrict the instantiation of a specific class to one object.
  • CThread » This class represents a simple coroutine manager which can be used to limit method calls / loop.