This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
openskins-plugin/core/warnings.go

7 lines
161 B
Go

package core
var warnings = []string{
"Standalone plugin does not yet implement metadata feature",
"Standalone plugin currently do not save a skin's name",
}