Added arn to the main repository
This commit is contained in:
7
arn/CharacterAttribute.go
Normal file
7
arn/CharacterAttribute.go
Normal file
@ -0,0 +1,7 @@
|
||||
package arn
|
||||
|
||||
// CharacterAttribute describes one attribute of a character, e.g. height or age.
|
||||
type CharacterAttribute struct {
|
||||
Name string `json:"name" editable:"true"`
|
||||
Value string `json:"value" editable:"true"`
|
||||
}
|
Reference in New Issue
Block a user