RaspberryRocketeer/frontend/models/Collidable.ts

3 lines
No EOL
58 B
TypeScript

interface Collidable {
collides(o: Entity): boolean;
}