private bool canNotify(GameUINotifyType type)
 {
     bool b = true;
     return b;
 }
        private bool canNotify(GameUINotifyType type)
        {
            bool b = true;

            return(b);
        }