void consumableTracker_ItemRemoved(TrackedConsumable item)
 {
     try
     {
     }
     catch (Exception ex) { Debug.LogException(ex); }
 }
Exemplo n.º 2
0
		void consumableTracker_ItemChanged(TrackedConsumable item)
		{
			try
			{
			}
			catch (Exception ex) { Debug.LogException(ex); }
		}