|
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
{
|
|
|
|
public enum ScenarioZoomAnchors : int
|
|
{
|
|
Center = 0,
|
|
LeftTop = 1,
|
|
LeftBottom = 2,
|
|
RightTop = 3,
|
|
RightBottom = 4,
|
|
};
|
|
|
|
|
|
}
|