UNPKG

cgas

Version:

Xtor Compute Geometry Algorithm Libary 计算几何算法库

8 lines (7 loc) 158 B
import { Thing } from "../thing"; export class Component extends Thing { isComponent: boolean = true; constructor() { super(); } }