Add quick summon to GridSummon type

This commit is contained in:
Justin Edmund 2023-06-18 05:24:38 -07:00
parent 3a1b25a398
commit 631baa3d54

View file

@ -5,5 +5,6 @@ interface GridSummon {
position: number
object: Summon
uncap_level: number
quick_summon: boolean
transcendence_step: number
}