![]() |
Liberi
An exergame built for kids with CP!
|
A class that loads all Item Serializeable Objects from the Resources folder and provides the ability to get that data given the item's ID. More...
Inherits MonoBehaviour.
Static Public Member Functions | |
static T | GetItem< T > (string id) |
Returns the Item of type T of a given ID. T must be either Item or a class derived from Item. More... | |
A class that loads all Item Serializeable Objects from the Resources folder and provides the ability to get that data given the item's ID.
Definition at line 9 of file ItemRegistry.cs.
|
inlinestatic |