Implement basic skinstore plugin using filesystem

This commit is contained in:
2020-12-27 01:28:00 -05:00
parent 4c0818282c
commit 8d90b8668a
5 changed files with 176 additions and 0 deletions

8
main.go Normal file
View File

@@ -0,0 +1,8 @@
package main
import (
"github.com/josephbmanley/OpenSkins-Standalone-Plugin/core"
)
// SkinstoreModule is a thing
var SkinstoreModule = core.SkinstoreStandalone{}