Add transcendence step to GridSummon type

This commit is contained in:
Justin Edmund 2023-01-22 20:18:59 -08:00
parent 05bdb98eb0
commit 1956f857c7

View file

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