7 lines
120 B
C#
7 lines
120 B
C#
using EDPlayerJournal.BGS;
|
|
|
|
namespace EliteBGS.LogGenerator;
|
|
|
|
class CombatZoneFormat : GenericFormat<CombatZone> {
|
|
}
|