yolkbot 0.1.2-alpha.17 → 0.1.2-alpha.18

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.17",
4
+ "version": "0.1.2-alpha.18",
5
5
  "keywords": [
6
6
  "shell shockers",
7
7
  "shellshock.io",
@@ -232,6 +232,7 @@ export class Bot {
232
232
  createPrivateGame(opts: { region: string; mode: string; map: string }): Promise<RawGameData>;
233
233
  join(botName: string, data: string | RawGameData): Promise<void>;
234
234
 
235
+ processPacket(data: number[]): void;
235
236
  dispatch(disp: ADispatch): void;
236
237
  update(): void;
237
238