8 lines
199 B
C#
8 lines
199 B
C#
|
|
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.
|
||
|
|
}
|