raspberry now has an image
This commit is contained in:
parent
d43cfbe9e7
commit
ba2d9f17e1
3 changed files with 26 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ class Pipe extends Entity {
|
|||
private _image: any;
|
||||
|
||||
//region Getter & Setter
|
||||
get image() {
|
||||
get image(): any {
|
||||
return this._image;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue