UNPKG

@tdurtschi/bug

Version:

Bug is a simulation that models a weevil walking around in an HTML canvas.

8 lines (7 loc) 220 B
import { ITreeStruct } from "../ITreeStruct"; import Plant from "../plant"; export declare class Jade extends Plant { protected generateGraph(): ITreeStruct; private generateGraphRecursive; update(): void; }