How to declare variables for API

maherar

Member
Would you please how to declare these variables?

"CharacterItem" and "inventory"

C#:
CharacterItem characterItem = inventory.GetActiveCharacterItem(slotID);
some others from the following sections too. Thanks,

 
This is more general Unity side of things so I recommend going through a few of the Unity scripting tutorials.
 
Top