Rooms, items and some player stuff
This commit is contained in:
6
src/framework/world/system.d.ts
vendored
Normal file
6
src/framework/world/system.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { World } from ".";
|
||||
export declare class System {
|
||||
executor: Function;
|
||||
constructor(executor: Function);
|
||||
execute(world: World): void;
|
||||
}
|
Reference in New Issue
Block a user