Beispiel #1
0
 public void SetVals(string InputType, Equipped_Items items, GameObject Player, List <GameObject> WeaponAttackObj, float powerUpTime)
 {
     this.InputType       = InputType;
     this.items           = items;
     this.Player          = Player;
     this.WeaponAttackObj = WeaponAttackObj;
     this.powerUpTime     = powerUpTime;
 }