changed lightless references from you know what

This commit is contained in:
Zurazan
2025-08-24 15:06:46 +02:00
parent 33515a7481
commit d5b7bf42d1
129 changed files with 775 additions and 773 deletions

View File

@@ -1,6 +1,6 @@
namespace LightlessSync.MareConfiguration.Configurations;
namespace LightlessSync.LightlessConfiguration.Configurations;
public interface IMareConfiguration
public interface ILightlessConfiguration
{
int Version { get; set; }
}