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