0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-13 09:50:43 -05:00
2023-03-03 19:25:33 +00:00

19 lines
279 B
C#

/* LauncherAction.cs
* License: NCSA Open Source License
*
* Copyright: Merijn Hendriks
* AUTHORS:
* waffle.lord
*/
namespace Aki.Launcher.Models.Launcher
{
public enum LauncherAction
{
MinimizeAction,
DoNothingAction,
ExitAction
}
}