Improve village scan
This commit is contained in:
		| @@ -1,12 +0,0 @@ | ||||
| import { ActionController, registerAction } from './ActionController'; | ||||
| import { Args } from '../Command'; | ||||
| import { Task } from '../Queue/TaskQueue'; | ||||
| import { StateGrabberManager } from '../Grabber/StateGrabberManager'; | ||||
|  | ||||
| @registerAction | ||||
| export class StoreVillageState extends ActionController { | ||||
|     async run(args: Args, task: Task): Promise<any> { | ||||
|         const manager = new StateGrabberManager(); | ||||
|         manager.grab(); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user