assassin-bug/framework/world/index.d.ts

4 lines
59 B
TypeScript
Raw Normal View History

2022-11-26 01:22:02 +00:00
export interface World {
update(dt: number): any;
}