mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-02-01 16:08:17 +00:00
天空。
This commit is contained in:
parent
2342f039b2
commit
3ddaea4cb0
@ -0,0 +1,10 @@
|
||||
import BaseObject from './BaseObject';
|
||||
|
||||
function Sky() {
|
||||
BaseObject.call(this);
|
||||
}
|
||||
|
||||
Sky.prototype = Object.create(BaseObject.prototype);
|
||||
Sky.prototype.constructor = Sky;
|
||||
|
||||
export default Sky;
|
||||
Loading…
x
Reference in New Issue
Block a user