added: EnemyCombat.cs with reference to IUnitTargetProvider.UnitTarget
This commit is contained in:
8
Assets/Scripts/Units/Enemy/EnemyCombat.cs
Normal file
8
Assets/Scripts/Units/Enemy/EnemyCombat.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Reset.Units{
|
||||
public class EnemyCombat : UnitCombat, IUnitTargetProvider{
|
||||
public GameObject target;
|
||||
public GameObject UnitTarget => target;
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Units/Enemy/EnemyCombat.cs.meta
Normal file
3
Assets/Scripts/Units/Enemy/EnemyCombat.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f1528d25d3d94df59161993cb28bcb17
|
||||
timeCreated: 1761269778
|
||||
Reference in New Issue
Block a user