mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-13 08:28:51 +01:00
11 lines
82 B
Go
11 lines
82 B
Go
package UI
|
|
|
|
|
|
const (
|
|
RUNEVT=1
|
|
RESTARTUI=2
|
|
RUNSH=3
|
|
RUNSYS=4
|
|
|
|
)
|