game: add: class: point and segment, add: type docstring
This commit is contained in:
@ -4,7 +4,14 @@ class Time
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
/**
|
||||
* @type {Number}
|
||||
*/
|
||||
this._last_frame = undefined;
|
||||
|
||||
/**
|
||||
* @type {Number}
|
||||
*/
|
||||
this._current_frame = undefined;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user