mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
12 lines
165 B
Go
12 lines
165 B
Go
package model
|
|
|
|
type Achievement struct {
|
|
Level uint8
|
|
Value uint32
|
|
NextValue uint16
|
|
Required uint32
|
|
Updated bool
|
|
Progress uint32
|
|
Trophy uint8
|
|
}
|