travian/src/Grabber/StateGrabber.ts

4 lines
66 B
TypeScript

export abstract class StateGrabber {
abstract grab(): void;
}