Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Attn Devs: HudData.m_level2 - check for null!
Updated a year agoYou will get a null ref error if you don't validate.
// These will be null.
// If you access these variables please check them for null before using them.
// Vanilla code checks them for null and so it does not error. You should also check them for null.
HudData.m_level2
HudData.m_level3