Skip to content

Commit 1c1eda6

Browse files
authored
Create index.js
1 parent 2dfaa06 commit 1c1eda6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Typings/CullingMask/index.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
const Soup = require('@stews/soup');
2+
const aepl = require('aepl');
3+
const OUT = new Soup(Object);
4+
5+
6+
class CullingMask {
7+
constructor(settings) {
8+
this.parent.__formSettings(this, settings);
9+
}
10+
}
11+
12+
13+
OUT.push("CullingMask", aepl.init("CullingMask", CullingMask));
14+
module.exports = OUT.pour();

0 commit comments

Comments
 (0)