Add files
This commit is contained in:
commit
77bde04db3
97 changed files with 10327 additions and 0 deletions
2
build/src/graphics/drawables/lights/i-light.d.ts
vendored
Normal file
2
build/src/graphics/drawables/lights/i-light.d.ts
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import { IDrawable } from '../i-drawable';
|
||||
export declare type ILight = IDrawable;
|
||||
Loading…
Add table
Add a link
Reference in a new issue