public CastMsg(CastMsgType type, object attach) { mMsgType = type; mAttach = attach; }
public CastMsg(CastMsgType type) { mMsgType = type; }