breakpoint
before update unity version
This commit is contained in:
18
Mods/bitkit.workshop.samples/package.json
Normal file
18
Mods/bitkit.workshop.samples/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Name": "My Mod",
|
||||
"PackageName": "bitkit.workshop.samples",
|
||||
"Description": "This is my mod",
|
||||
"Version": "0.0.1",
|
||||
"Dependencies": {
|
||||
"com.bitkit.dependency": "1.0.0"
|
||||
},
|
||||
"Dlls": [
|
||||
"BITKit.dll"
|
||||
],
|
||||
"Tags": [
|
||||
"tag1",
|
||||
"tag2"
|
||||
],
|
||||
"DownloadLink":"http://server.bitfall.icu:3000/root/BITKit.Workshop.Samples/archive/main.zip",
|
||||
"EntryPoint":"Class1.cs"
|
||||
}
|
Reference in New Issue
Block a user