mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-03 15:17:04 -05:00
9 lines
112 B
Go
9 lines
112 B
Go
package d2records
|
|
|
|
type Gamble map[string]*GambleRecord
|
|
|
|
type GambleRecord struct {
|
|
Name string
|
|
Code string
|
|
}
|