EDBGS/EliteBGS/LogGenerator/LogFormatter.cs

6 lines
116 B
C#

namespace EliteBGS.LogGenerator;
public interface LogFormatter {
string GenerateLog(Objective objective);
}