Formatted files, added types and updated class diagram

This commit is contained in:
dhain 2022-12-06 10:36:14 +01:00
parent 4d22976621
commit f272d3a44f
6 changed files with 52 additions and 32 deletions

View file

@ -3,6 +3,6 @@ class Pipe extends Entity {
super(position, width, height, 0);
}
update(): void {
public update(): void {
}
}