コード例 #1
0
ファイル: Fighter.cs プロジェクト: Apo45ty/Jam-1Corrage
 public void swingSpecial(Statistics stats)
 {
     EquipCurrrentWeapon();
     currentlyEquippedWeapon.SpecialAttack();
 }
コード例 #2
0
ファイル: Fighter.cs プロジェクト: Apo45ty/Jam-1Corrage
 // Start is called before the first frame update
 void Start()
 {
     stats = GetComponent <Statistics>();
     UpdateWeaponInventory();
 }