6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
// SceneFeature.js
|
|
|
|
export class SceneFeature {
|
|
init() {}
|
|
update(deltaTime) {}
|
|
} |