Ultima Online Protocol :: Facet (C#)
      using System;
      
      namespace Common
      {
          public enum Facet
          {
              Felucca,
              Trammel,
              Ilshenar,
              Malas
          }
      }
    
The values in the enumeration run from 0 (Felucca) to 3 (Malas).