Refactor script command to handler key:typeclass inputs

This commit is contained in:
Griatch 2024-08-11 16:54:31 +02:00
parent 4954fa1189
commit 05b429d548
2 changed files with 59 additions and 35 deletions

View file

@ -7,7 +7,6 @@ added to all game objects. You access it through the property
"""
from django.utils.translation import gettext as _
from evennia.scripts.models import ScriptDB
from evennia.utils import create, logger