7 lines
85 B
C#
7 lines
85 B
C#
|
|
namespace LANCommander.Launcher.Enums;
|
||
|
|
|
||
|
|
public enum WindowType
|
||
|
|
{
|
||
|
|
Main,
|
||
|
|
Chat
|
||
|
|
}
|