Formatted files, added types and updated class diagram
This commit is contained in:
parent
4d22976621
commit
f272d3a44f
6 changed files with 52 additions and 32 deletions
|
|
@ -3,6 +3,6 @@ class Pipe extends Entity {
|
|||
super(position, width, height, 0);
|
||||
}
|
||||
|
||||
update(): void {
|
||||
public update(): void {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue