namespace Yavsc.Abstract.Chat { public enum ChatRoomAccessLevel: int { Op=1, HalfOp=2 } }