Esempio n. 1
0
// Register zero value instance of Mobile with the loader.
func init() {
	recordjar.RegisterUnmarshaler("mobile", &Mobile{})
}
Esempio n. 2
0
// Register zero value instance of Player with the loader.
func init() {
	recordjar.RegisterUnmarshaler("player", &Player{})
}
Esempio n. 3
0
// Register zero value instance of Basic with the loader.
func init() {
	recordjar.RegisterUnmarshaler("basic", &Basic{})
}
Esempio n. 4
0
// Register zero value instance of Thing with the loader.
func init() {
	recordjar.RegisterUnmarshaler("thing", &Thing{})
}
Esempio n. 5
0
// Register zero value instance of Start with the loader.
func init() {
	recordjar.RegisterUnmarshaler("start", &Start{})
}
Esempio n. 6
0
// Register zero value instance of Item with the loader.
func init() {
	recordjar.RegisterUnmarshaler("item", &Item{})
}