コード例 #1
0
ファイル: HexagonEnemy.cs プロジェクト: JPsLucky13/ThroBot
 public void setShield2(ref EnemyBase shield)
 {
     shield2 = (Shield)shield;
 }