Files
realworld/inc/character.dex.go
T
2026-08-30 23:01:48 +02:00

15 lines
229 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func init() {
CharacterManager.Register(Character{
Name: Dex,
Label: "DEX",
Voice: inkwell.VoiceLog,
SpeechColor: Amber,
})
}