public CGameID(GameID_t gid) : this() { this.AppID = gid.m_nAppID & 0xFFFFFF; this.AppType = (EGameID)gid.m_nType; this.ModID = gid.m_nModID; }