mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:57:22 +01:00
6 lines
No EOL
132 B
C#
6 lines
No EOL
132 B
C#
namespace MareSynchronos.MareConfiguration.Configurations;
|
|
|
|
public interface IMareConfiguration
|
|
{
|
|
int Version { get; set; }
|
|
} |