Liberi
An exergame built for kids with CP!
Loot Class Reference

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< LootPackPacks
 

Detailed Description

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.

Definition at line 37 of file Loot.cs.


The documentation for this class was generated from the following file: