added: EnemyCombat.cs with reference to IUnitTargetProvider.UnitTarget

This commit is contained in:
Chris
2025-10-23 21:55:44 -04:00
parent f1dee5c0e4
commit fd06b6c45b
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using UnityEngine;
namespace Reset.Units{
public class EnemyCombat : UnitCombat, IUnitTargetProvider{
public GameObject target;
public GameObject UnitTarget => target;
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f1528d25d3d94df59161993cb28bcb17
timeCreated: 1761269778