9 lines
98 B
C#
Raw Permalink Normal View History

2025-09-24 11:24:38 +05:00
namespace TPSBR
{
using UnityEngine;
public sealed class AutoAimTarget : MonoBehaviour
{
}
}