Inheritance: global::ProtoBuf.IExtensible
 static public int get_m_IsForbid(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_CL_GmForbidChat self = (GameFrameworkMessage.Msg_CL_GmForbidChat)checkSelf(l);
         pushValue(l, true);
         pushValue(l, self.m_IsForbid);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
 static public int constructor(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_CL_GmForbidChat o;
         o = new GameFrameworkMessage.Msg_CL_GmForbidChat();
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
 static public int set_m_IsForbid(IntPtr l)
 {
     try {
         GameFrameworkMessage.Msg_CL_GmForbidChat self = (GameFrameworkMessage.Msg_CL_GmForbidChat)checkSelf(l);
         bool v;
         checkType(l, 2, out v);
         self.m_IsForbid = v;
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }