![]()  | 
  
    Liberi
    
   An exergame built for kids with CP! 
   | 
 
A component that needs to be included in a Minigame for access to loot mechanics in the game. More...
Inherits MonoBehaviour.
Static Public Member Functions | |
| static void | Scatter (Vector3 position, GameObject target, string packId) | 
Public Attributes | |
| List< LootPack > | Packs | 
A component that needs to be included in a Minigame for access to loot mechanics in the game.
Typically attached to the minigame object in a scene, it could actually be a default included component attached by the Wizard when a new minigame is created.
There may also be nice static ways of making sure this class and its methods are always available to objects that need them.