Initial types and interfaces
This commit is contained in:
7
datatypes/character.go
Normal file
7
datatypes/character.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package datatypes
|
||||
|
||||
// Character represents something that can be skinned
|
||||
type Character struct {
|
||||
Name string `json:"name"`
|
||||
Skin Skin `json:"skin"`
|
||||
}
|
||||
Reference in New Issue
Block a user