fix unit tests and refactor types

This commit is contained in:
seavor 2026-04-16 12:45:47 -05:00
parent decebc25c7
commit fea21b5057
75 changed files with 908 additions and 501 deletions

View file

@ -1,5 +1,5 @@
import type { Event_CreateCounter } from '@app/generated';
import type { GameEventMeta } from '../../types';
import type { GameEventMeta } from '../../interfaces/WebSocketConfig';
import { WebClient } from '../../WebClient';
export function createCounter(data: Event_CreateCounter, meta: GameEventMeta): void {