LANCommander/LANCommander.Server.Data/Enums/ServerEngine.cs

7 lines
93 B
C#
Raw Normal View History

namespace LANCommander.Server.Data.Enums;
public enum ServerEngine
{
Local,
Docker
}