7 lines
93 B
C#
7 lines
93 B
C#
|
|
namespace LANCommander.Server.Data.Enums;
|
||
|
|
|
||
|
|
public enum ServerEngine
|
||
|
|
{
|
||
|
|
Local,
|
||
|
|
Docker
|
||
|
|
}
|