Convert `mod.ItemType("CoolItemClass")` to `ModContent.ItemType<CoolItemClass>()` while automatically adding the using statement required.
Convert
mod.ItemType("CoolItemClass")toModContent.ItemType<CoolItemClass>()while automatically adding the using statement required.