2025-09-24 11:24:38 +05:00

9 lines
98 B
C#

namespace TPSBR
{
using UnityEngine;
public sealed class AutoAimTarget : MonoBehaviour
{
}
}