Split character from state

This commit is contained in:
mudler
2024-04-03 18:04:50 +02:00
parent a404b75fbe
commit e6090c62cf
7 changed files with 261 additions and 249 deletions

View File

@@ -29,15 +29,11 @@ func defaultOptions() *options {
Model: "echidna",
},
character: Character{
Name: "John Doe",
Age: 0,
Occupation: "Unemployed",
NowDoing: "Nothing",
DoingNext: "Nothing",
DoneHistory: []string{},
Memories: []string{},
Hobbies: []string{},
MusicTaste: []string{},
Name: "John Doe",
Age: 0,
Occupation: "Unemployed",
Hobbies: []string{},
MusicTaste: []string{},
},
}
}