TowerDefenseGame/Assets/Scripts/Runtime/Core/Combat
Nico 24b9ece93d Create interfaces for IAttacker and IDamageable
Utilize interfaces to create new Enemy class inheriting them and further developing on them also encapsulating more enemy type functions
2025-07-25 15:40:43 -07:00
..
Attacker.cs Create interfaces for IAttacker and IDamageable 2025-07-25 15:40:43 -07:00
Attacker.cs.meta Create interfaces for IAttacker and IDamageable 2025-07-25 15:40:43 -07:00
AttackerAndDamageable.cs Create interfaces for IAttacker and IDamageable 2025-07-25 15:40:43 -07:00
AttackerAndDamageable.cs.meta Create interfaces for IAttacker and IDamageable 2025-07-25 15:40:43 -07:00
Damageable.cs Create interfaces for IAttacker and IDamageable 2025-07-25 15:40:43 -07:00
Damageable.cs.meta Create interfaces for IAttacker and IDamageable 2025-07-25 15:40:43 -07:00
EnemyCombat.cs Create interfaces for IAttacker and IDamageable 2025-07-25 15:40:43 -07:00
EnemyCombat.cs.meta Create interfaces for IAttacker and IDamageable 2025-07-25 15:40:43 -07:00