breakpoint

before update unity version
This commit is contained in:
CortexCore
2024-03-04 18:45:21 +08:00
parent e2fbb14dd5
commit 9ad58a2ff4
5423 changed files with 14757 additions and 653 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Reflection.NullabilityInfoContext.IsSupported": true
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,17 @@
{
"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"
}