7 lines
123 B
C#
7 lines
123 B
C#
using EDPlayerJournal.BGS;
|
|
|
|
namespace EliteBGS.LogGenerator;
|
|
|
|
public class MurderFormat : GenericFormat<FoulMurder> {
|
|
}
|