-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release
56 lines (56 loc) · 1.93 KB
/
.release
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* eslint-disable @typescript-eslint/adjacent-overload-signatures */
/* eslint-disable @typescript-eslint/no-namespace */
// Generated automatically. Do not edit.
System.register("Steam/steamapps/common/Skyrim Special Edition/Data/Platform/Modules/skyrimPlatform", [], function (exports_1, context_1) {
"use strict";
var __moduleName = context_1 && context_1.id;
return {
setters: [],
execute: function () {
}
};
});
System.register("Skyrim SE/MO2/mods/Auto unequip ammo-src/src/example", ["Steam/steamapps/common/Skyrim Special Edition/Data/Platform/Modules/skyrimPlatform"], function (exports_2, context_2) {
"use strict";
var skyrimPlatform_1, main;
var __moduleName = context_2 && context_2.id;
return {
setters: [
function (skyrimPlatform_1_1) {
skyrimPlatform_1 = skyrimPlatform_1_1;
}
],
execute: function () {
exports_2("main", main = () => {
skyrimPlatform_1.printConsole("Barebones mod is now working");
});
}
};
});
System.register("Skyrim SE/MO2/mods/Auto unequip ammo-src/index", ["Skyrim SE/MO2/mods/Auto unequip ammo-src/src/example"], function (exports_3, context_3) {
"use strict";
var example;
var __moduleName = context_3 && context_3.id;
return {
setters: [
function (example_1) {
example = example_1;
}
],
execute: function () {
example.main();
}
};
});
/* eslint-disable @typescript-eslint/adjacent-overload-signatures */
/* eslint-disable @typescript-eslint/no-namespace */
// Generated automatically. Do not edit.
System.register("Skyrim SE/MO2/mods/Auto unequip ammo-src/skyrimPlatform", [], function (exports_4, context_4) {
"use strict";
var __moduleName = context_4 && context_4.id;
return {
setters: [],
execute: function () {
}
};
});