namespace SAMP.API { /// /// Alignment. /// public enum Alignment : int { Left = 1, Centered = 2, Right = 3 }; };