Code Reference‎ > ‎

Using Namespace

namespace PathologicalGames

A namespace is implemented to protect your project from other Types and 3rd party plugins with the same Type names. 

To access the contents, simply add 'using PathologicalGames;' to the top of the file that needs access.


JavaScript users use 'import' instead of 'using'.


All Path-o-logical Games packages use this namespace as of version 5.0.