12 lines
178 B
C#
12 lines
178 B
C#
|
using RoR2;
|
||
|
using UnityEngine;
|
||
|
|
||
|
public class ItemIndexStorage : MonoBehaviour
|
||
|
{
|
||
|
public bool isEquipment;
|
||
|
|
||
|
public ItemIndex itemIndex;
|
||
|
|
||
|
public EquipmentIndex equipmentIndex;
|
||
|
}
|