namespace Yavsc.Abstract.Streaming { public enum ChatRoomUsageLevel: int { User=0, HalfOp, Op } }