namespace ET.Server
{
    public struct Wait_PlayerReady : IWaitType
    {
        public int Error
        {
            get;
            set;
        }
    }
}