UNPKG

cgas

Version:

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

11 lines (7 loc) 156 B
import { Thing } from "./thing"; export class Entity extends Thing { constructor() { super(); this.component = {}; } }