SubnauticaModding / Nautilus

Nautilus, the Subnautica Modding API (formerly SMLHelper)
https://subnauticamodding.github.io/Nautilus/
GNU General Public License v3.0
69 stars 37 forks source link

TryAddGadget method #365

Closed LeeTwentyThree closed 1 year ago

LeeTwentyThree commented 1 year ago

Describe the feature New method in ICustomPrefab that cannot throw an exception for duplicate gadgets.

Purpose This was requested by Metious, so ask him.

LeeTwentyThree commented 1 year ago

bool TryAddGadget<TGadget>(TGadget gadget) where TGadget : Gadget