composition/source/logic/occupation.ts
2025-03-03 06:15:30 +00:00

5 lines
41 B
TypeScript

interface Occupation {
work(): void;
}