Field.FieldPart.cs 401 B

1234567891011121314151617181920212223242526
  1. namespace FF8
  2. {
  3. public static partial class Field
  4. {
  5. public enum Part
  6. {
  7. Ca,
  8. Id,
  9. Inf,
  10. Jsm,
  11. Map,
  12. Mim,
  13. Mrt,
  14. Msd,
  15. Pcb,
  16. Pmd,
  17. Pmp,
  18. Pvp,
  19. Rat,
  20. Sfx,
  21. Sym,
  22. Tdw,
  23. One
  24. }
  25. }
  26. }