beatthat / contexts

enables isolated instances of things like servicelocator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contexts

Use to allow for namespaced silos of services that are typically global, e.g. BeatThat.Notiications, BeatThat.Services, etc.

Usage

TODO: fill in

Install

From your unity project folder:

npm init
npm install --save beatthat/contexts

The package and all its dependencies will be installed under Assets/Plugins/packages.

About

enables isolated instances of things like servicelocator

License:MIT License


Languages

Language:C# 65.1%Language:JavaScript 34.9%