mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fix unit tests and refactor types
This commit is contained in:
parent
decebc25c7
commit
fea21b5057
75 changed files with 908 additions and 501 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue