public static void _Store_226(KeyValuePair <uint, ulong> val, GameStore gs) { gs.WriteUInt32(val.Key); gs.WriteUInt64(val.Value); }