6 lines
132 B
C#
6 lines
132 B
C#
![]() |
namespace MareSynchronos.MareConfiguration.Configurations;
|
|||
|
|
|||
|
public interface IMareConfiguration
|
|||
|
{
|
|||
|
int Version { get; set; }
|
|||
|
}
|