mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
9 lines
64 B
Go
9 lines
64 B
Go
package UI
|
|
|
|
|
|
const (
|
|
RUNEVT=1
|
|
RESTARTUI=2
|
|
RUNSH=3
|
|
)
|