SharpCAT/Library/Models/CIVRadio.cs
copilot-swe-agent[bot] 950d840238 Rename SharpCAT directory to Library and update all references
Co-authored-by: ekinnee <1707617+ekinnee@users.noreply.github.com>
2025-08-07 00:09:27 +00:00

6 lines
81 B
C#

namespace SharpCAT.Models
{
internal class CIVRadio : IRadio
{
}
}