Exemple #1
0
 public void SetArgument(int index, ItemSlotAtr atr)
 {
     ist[index].Atr = atr;
 }
Exemple #2
0
 public ItemSlot(int id = 0, ItemSlotAtr atr = ItemSlotAtr.Out | ItemSlotAtr.In)
 {
     ItemID = id;
     Atr    = atr;
 }