コード例 #1
0
ファイル: Skill.cs プロジェクト: EuropeanSnail/DungeonTycoon
 public void SetEnemy()
 {
     enemy = owner.GetEnemy();
 }