IRecord

The base interface for all records.

Example

using EditorStatistics;

public class MyRecord : IRecord
{

}

Last updated