forked from AncientEntity/adminessentials_examplemodule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sbproj
More file actions
26 lines (26 loc) · 602 Bytes
/
.sbproj
File metadata and controls
26 lines (26 loc) · 602 Bytes
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
{
"Title": "Admin Essentials Example Module",
"Type": "addon",
"Org": "ryan",
"Ident": "adminessentials_examplemodule",
"Tags": "admin administration commands moderation",
"Schema": 1,
"HasAssets": false,
"AssetsPath": "",
"Resources": null,
"MenuResources": null,
"HasCode": true,
"CodePath": "/code/",
"PackageReferences": [
"ryan.adminessentials_dev"
],
"EditorReferences": null,
"Metadata": {
"CsProjName": "",
"PrimaryAsset": "",
"PhysicsMins": "-1,-1,-1",
"PhysicsMaxs": "1,1,1",
"RenderMins": "-1,-1,-1",
"RenderMaxs": "-1,-1,-1"
}
}