Files
GoblinRaid/Assets/Scripts/Combat/CombatTarget.cs

8 lines
199 B
C#
Raw Normal View History

2025-10-27 17:05:16 +00:00
using UnityEngine;
using RPG.Combat;
public class CombatTarget : MonoBehaviour
{
// This class is intentionally left empty.
// It serves as a marker to identify combat targets in the game.
}