예제 #1
0
 public void Initiate(InventoryEventData toCopy, string _attachMesage = null, int _intToCarry = 0)
 {
     posInInventory  = toCopy.posInInventory;
     container       = toCopy.container;
     itemSlot        = toCopy.itemSlot;
     worldPosition   = toCopy.worldPosition;
     attachedMessage = _attachMesage;
 }
예제 #2
0
 private void Awake()
 {
     dataOutput = InventoryEventData.GetInstance();
 }