* Updates the comment life by subtracting t from ttl * @param t - difference in time
(t:number)
| 121 | * @param t - difference in time |
| 122 | */ |
| 123 | time(t:number):void; |
| 124 | /** |
| 125 | * Update the comment's position based on the time. |
| 126 | * This is called by time() |
no outgoing calls
no test coverage detected