This commit is contained in:
CortexCore
2025-02-24 23:02:43 +08:00
parent 41715e4413
commit 8261a458e2
105 changed files with 2934 additions and 696 deletions

10
Src/Core/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "com.bitkit.unity",
"displayName": "BITKit",
"version": "2024.3.31",
"unity": "2022.3",
"description": "BITKit.net 适用于Unity,Godot,Asp以及NetCore控制台的C#框架",
"keywords": [ "BITKit", "Framework","dotnet",".net" ],
"license": "MIT",
"dependencies": {}
}