yolkbot 0.1.2-alpha.13 → 0.1.2-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yolkbot",
3
3
  "description": "create a shell shockers bot in under 10 lines.",
4
- "version": "0.1.2-alpha.13",
4
+ "version": "0.1.2-alpha.14",
5
5
  "keywords": [
6
6
  "shell shockers",
7
7
  "shellshock.io",
@@ -235,7 +235,7 @@ export class Bot {
235
235
  update(): void;
236
236
 
237
237
  canSee(player: GamePlayer): boolean;
238
- getBestTarget(customFilter: (player: GamePlayer) => boolean): GamePlayer | undefined;
238
+ getBestTarget(customFilter?: (player: GamePlayer) => boolean): GamePlayer | undefined;
239
239
 
240
240
  onAny(cb: Function): void;
241
241