index
:
github/AmbientAddons.git
master
patch
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
/
kotlin
/
com
/
ambientaddons
/
utils
/
Alignment.kt
blob: 2b833098da9f2bf97125ab8e7b10d3d0fa490209 (
plain
)
1
2
3
4
5
package
com.ambientaddons.utils
enum
class
Alignment
{
Left
,
Center
,
Right
}