RoR2-ClassicItems

A mod for Risk of Rain 2 that extends ThinkInvis.ClassicItems.

View on GitHub

ChensClassicItems

Chen.ClassicItems.Items.Common

MortarTube Class

Singleton item class powered by TILER2 that implements Mortar Tube functionality.

public class MortarTube : TILER2.Item<Chen.ClassicItems.Items.Common.MortarTube>

Inheritance System.Object 🡒 TILER2.AutoConfigContainer 🡒 TILER2.T2Module 🡒 TILER2.CatalogBoilerplate 🡒 TILER2.Item 🡒 TILER2.Item<MortarTube> 🡒 MortarTube

Properties  
mortarPrefab Contains the mortar projectile prefab. Must invoke SetupMortarProjectile() for it to be initialized.
Methods  
SetupMortarProjectile() Sets up the mortar projectile. Always invoke the method if one needs to borrow the mortar prefab.