pokerogue/test/testUtils/mocks/mockGameObject.ts

4 lines
52 B
TypeScript

export interface MockGameObject {
name: string;
}