more refact
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
package inc
|
||||
|
||||
import (
|
||||
inkwell "git.teletypegames.org/engines/inkwell"
|
||||
)
|
||||
|
||||
func init() {
|
||||
CharacterManager.Register(Character{
|
||||
Name: Dex,
|
||||
Label: "DEX",
|
||||
Voice: inkwell.VoiceLog,
|
||||
SpeechColor: Amber,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user