index
:
github/OneConfig.git
feat/openkeybind
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
io
/
polyfrost
/
oneconfig
/
config
/
data
/
PageLocation.java
blob: 9fe0c91d7b4dfe0b591d8c6cd6e282dfd306c8bf (
plain
)
1
2
3
4
5
6
package
io.polyfrost.oneconfig.config.data
;
public
enum
PageLocation
{
TOP
,
BOTTOM
}