Exemplo n.º 1
0
 public BoarGearLoadOut(GearSlots gearSlots, IDefenseItem defaultDefenseItem = null, IAttackItem defaultAttackItem = null, IWearable defaultMiscItem = null) : base(gearSlots, defaultDefenseItem, defaultAttackItem, defaultMiscItem)
 {
 }
Exemplo n.º 2
0
 public void Awake()
 {
     lootTrap = GetComponent<LootTrap>();
     gearSlots = GetComponent<GearSlots>();
 }