9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
import Proton_ from 'proton-js';
|
|
export class Proton extends Proton_ {
|
|
|
|
tick(elapsed) {
|
|
this.update(elapsed);
|
|
}
|
|
|
|
}
|