Beispiel #1
0
 public void Fill(MSGID id, String content = "")
 {
     this.id      = id;
     this.content = content;
 }
        //public NetHandleAttribut(int msgType)
        //{
        //    this.msgType = msgType;

        //}
        public NetHandleAttribut(MSGID msgType)
        {
            this.msgType = (int)msgType;
        }