mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 20:14:40 +07:00
b9741c92fc
Co-authored-by: Sumire (菫) <151038614+sumire88@users.noreply.github.com>
9 lines
94 B
Go
9 lines
94 B
Go
package consts
|
|
|
|
const (
|
|
ReloadSend = '0' + iota
|
|
ReloadProcessing
|
|
ReloadDone
|
|
ReloadError
|
|
)
|