Readme Update Incomplete
Talia-12 opened this issue ยท 1 comments
The Readme has been updated from
An "Action" is an [`Operator`](api/spell/Operator.kt)
An action that pushes a spell is a [`Spell`](api/spell/SpellOperator.kt)
to
An "Action" is an [`Operator`](api/spell/Action.kt)
An action that pushes a spell is a [`Spell`](api/spell/SpellAction.kt)
when it should probably be as below?
An "Action" is an [`Action`](api/spell/Action.kt)
An action that pushes a spell is a [`SpellAction`](api/spell/SpellAction.kt)
@Talia-12 this is fixed, right?