Add quick summon to GridSummon type
This commit is contained in:
parent
3a1b25a398
commit
631baa3d54
1 changed files with 1 additions and 0 deletions
1
types/GridSummon.d.ts
vendored
1
types/GridSummon.d.ts
vendored
|
|
@ -5,5 +5,6 @@ interface GridSummon {
|
|||
position: number
|
||||
object: Summon
|
||||
uncap_level: number
|
||||
quick_summon: boolean
|
||||
transcendence_step: number
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue