changed lightless references from you know what
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
using LightlessSync.MareConfiguration.Models;
|
||||
using LightlessSync.LightlessConfiguration.Models;
|
||||
using LightlessSync.WebAPI;
|
||||
|
||||
namespace LightlessSync.MareConfiguration.Configurations;
|
||||
namespace LightlessSync.LightlessConfiguration.Configurations;
|
||||
|
||||
[Serializable]
|
||||
public class ServerConfig : IMareConfiguration
|
||||
public class ServerConfig : ILightlessConfiguration
|
||||
{
|
||||
public int CurrentServer { get; set; } = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user