mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-06 23:13:07 +00:00
ProfileInfo is quite a large struct in terms of data, and we don't need to perform a copy in these instances, so we can just pass constant references instead.