projects
/
ULTRAGUNFU
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Plugins
/
MonoGame.Extended
/
source
/
MonoGame.Extended.Gui
/
Orientation.cs
blob: a12599fff7e436515920e493fce9c253bb378c3e (
plain
)
1
2
3
4
namespace MonoGame.Extended.Gui { public enum Orientation { Horizontal, Vertical } }