8 lines
271 B
Ucode
8 lines
271 B
Ucode
// Interface class for outputting stats into a file or something.
|
|
Interface ExtStatWriter;
|
|
|
|
function WriteValue(string Key, string Value);
|
|
function StartIntendent(string Section, optional string Key, optional string Value);
|
|
function EndIntendent();
|
|
function ResetFile();
|