Pivot.cs 98 B

12345678
  1. namespace O3DWB
  2. {
  3. public enum Pivot
  4. {
  5. Center = 0,
  6. BottomCenter
  7. }
  8. }