Skip to content

Commit fe80937

Browse files
authored
Update and rename index.js to index.js
1 parent dbcd50b commit fe80937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const OUT = new Soup(Object);
44
const util = require('util');
55

66

7-
class UnityJSObject {
7+
class UnityscriptObject {
88
constructor(obj, line) {
99
Object.defineProperty(this, "__value", {
1010
get: () => obj,
@@ -37,5 +37,5 @@ class UnityJSObject {
3737
}
3838

3939

40-
OUT.push("UnityJSObject", aepl.init("UnityJSObject", UnityJSObject));
40+
OUT.push("UnityscriptObject", aepl.init("UnityscriptObject", UnityscriptObject));
4141
module.exports = OUT.pour();

0 commit comments

Comments
 (0)