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
|
|
@ -1,3 +1,7 @@
|
|||
interface Collidable {
|
||||
/**
|
||||
* Determines when two entities collide
|
||||
* @param o other entity
|
||||
*/
|
||||
collides(o: Entity): boolean;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue