| 123456789101112131415161718192021222324252627282930 |
- namespace OpenVIII.Fields
- {
- public static partial class Field
- {
- #region Enums
- public enum Part
- {
- Ca,
- Id,
- Inf,
- Jsm,
- Map,
- Mim,
- Mrt,
- Msd,
- Pcb,
- Pmd,
- Pmp,
- Pvp,
- Rat,
- Sfx,
- Sym,
- Tdw,
- One
- }
- #endregion Enums
- }
- }
|