create command-structures addon

This commit is contained in:
dfsek
2021-12-28 20:14:42 -07:00
parent c926625090
commit 70b0c55a39
3 changed files with 28 additions and 0 deletions
@@ -0,0 +1,5 @@
version = version("0.1.0")
dependencies {
shadedApi(project(":common:addons:manifest-addon-loader"))
}