Interface CharacterShift

Result of a modification of the internal characters array

interface CharacterShift {
    action: CharacterShiftAction;
    charId: string;
}

Properties

Properties

The action that was performed when modifying the character

charId: string

the modified character