8 lines
No EOL
100 B
C#
8 lines
No EOL
100 B
C#
namespace LANCommander.Launcher.Enums;
|
|
|
|
public enum WindowType
|
|
{
|
|
Main,
|
|
Chat,
|
|
Debugger,
|
|
} |