decla-red/frontend/src/scripts/drawing/drawables/lights/i-light.ts
schmelczerandras 006ab3c4e6 Refactor shapes
2020-08-16 10:24:12 +02:00

4 lines
123 B
TypeScript

import { vec2 } from 'gl-matrix';
import { IDrawable } from '../i-drawable';
export interface ILight extends IDrawable {}