Files
hannibalstealer/LocationInfo.cs
T

8 lines
116 B
C#
Raw Normal View History

2026-08-27 11:22:57 -06:00
namespace SHARP
{
internal class LocationInfo
{
public string Country { get; set; }
}
}