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