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