Commented everything except some Methods in Raspberry.ts
This commit is contained in:
parent
fafbfa1b32
commit
6c459c1581
7 changed files with 87 additions and 19 deletions
|
|
@ -20,6 +20,11 @@ class Position {
|
|||
}
|
||||
//endregion
|
||||
|
||||
/**
|
||||
* Constructs the position
|
||||
* @param x x-Position
|
||||
* @param y y-Position
|
||||
*/
|
||||
constructor(x: number, y: number) {
|
||||
this._x = x;
|
||||
this._y = y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue