This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
zhanghuan
/
DoomsdayRescue
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
281c2fda0d
Rami (Branch)
Tag
master
DoomsdayRescue
/
assets
/
script
/
framework
/
asset
/
IBenzAsset.ts
IBenzAsset.ts
109 B
Cronologia
Originale
1
2
3
4
5
export interface IBenzAsset {
fileName: string;
type: typeof cc.Asset;
isAutoRelease: boolean;
}