You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm actually in favour of making this a suggestion. You can check if "CoolItemClass" exists in only one namespace within the mod project. If it does there's a fair chance that it maps to the string via autoload. People manually registering string -> item probably don't use the classname.
Convert
mod.ItemType("CoolItemClass")
toModContent.ItemType<CoolItemClass>()
while automatically adding the using statement required.The text was updated successfully, but these errors were encountered: