Skip to content

Commit

Permalink
add VBY.Common
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat committed Dec 29, 2024
1 parent 8c998e8 commit 1914041
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .config/submodule-manifests/VBY.Common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"README.en-US": {
"Description": "Foundation library for VBY plugins"
},
"README.es-ES": {
"Description": "Biblioteca base para plugins VBY"
},
"README": {
"READMEUrl": "https://github.com/UnrealMultiple/MyPlugin/blob/master/docs/VBY.Common.md",
"Description": "VBY插件的基础库"
}
}
6 changes: 6 additions & 0 deletions .config/submodule_build.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"assembly_path": "src/Submodules/Crossplay/Crossplay/bin/{BuildType}/{TargetFramework}/Crossplay.dll",
"readme": "src/Submodules/Crossplay/README.md"
},
{
"name": "VBY.Common",
"project_path": "src/Submodules/VBY.Plugins/src/VBY/Common/Common.csproj",
"assembly_path": "src/Submodules/VBY.Plugins/out/{BuildType}/VBY.Common.dll",
"readme": "src/Submodules/VBY.Plugins/docs/VBY.Common.md"
},
{
"name": "VBY.GameContentModify",
"project_path": "src/Submodules/VBY.Plugins/src/VBY/GameContentModify/GameContentModify.csproj",
Expand Down

0 comments on commit 1914041

Please sign in to comment.