예제 #1
0
파일: Inventory.cs 프로젝트: sbradno/PoeHud
 public Inventory(PathOfExile Poe, Poe.Inventory InternalInventory)
 {
     this.Poe = Poe;
     this.InternalInventory = InternalInventory;
 }
예제 #2
0
 public Inventory(GameController Poe, Poe.Inventory InternalInventory)
 {
     this.Poe = Poe;
     this.InternalInventory = InternalInventory;
 }
예제 #3
0
 public Inventory(PathOfExile Poe, Poe.Inventory InternalInventory)
 {
     this.Poe = Poe;
     this.InternalInventory = InternalInventory;
 }
예제 #4
0
 public Inventory(GameController Poe, Poe.Inventory InternalInventory)
 {
     this.Poe = Poe;
     this.InternalInventory = InternalInventory;
 }