RaspberryRocketeer/frontend/models/Pipe.ts
2022-11-29 11:39:32 +01:00

5 lines
No EOL
51 B
TypeScript

class Pipe extends Entity {
update() {
}
}