UNPKG

bp-prism-game

Version:
15 lines (14 loc) 242 B
import { IAsset } from '../../interface/asset.interface'; /** * The Alien Location Model */ export interface MissileLaunchModel { /** * Rotation */ rotation: number; /** * position */ position: IAsset; }