mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-01-20 15:20:15 +01:00
11 lines
135 B
C#
11 lines
135 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace SharpCATLib.Models
|
|
{
|
|
class CIVRadio
|
|
{
|
|
}
|
|
}
|