UNPKG
raingame
Version:
latest (1.0.0)
1.0.0
2D game framework
github.com/awayel/Rain
awayel/Rain
raingame
/
src
/
interfaces
/
SceneGroupItem.ts
7 lines
(6 loc)
•
169 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
StandardObject
}
from
'../StandardObject'
;
interface
SceneGroupItem
{
groupRank
:
number
;
target
:
StandardObject
; }
export
default
SceneGroupItem
;