raspberry now has an image

This commit is contained in:
dhain 2022-12-06 13:48:47 +01:00
parent d43cfbe9e7
commit ba2d9f17e1
3 changed files with 26 additions and 4 deletions

View file

@ -2,7 +2,7 @@ class Pipe extends Entity {
private _image: any;
//region Getter & Setter
get image() {
get image(): any {
return this._image;
}