simple-weapon-base icon indicating copy to clipboard operation
simple-weapon-base copied to clipboard

Support `nullable` compilation without warnings

Open Remscar opened this issue 2 months ago • 2 comments

I like to use the Nullables compiler option in my projects since it helps me prevent against null dereferences way easier.

I think it would be good for this project to be fixed up so that when compiling with Nullables enabled you don't get any compiler warning.

Remscar avatar Oct 27 '25 21:10 Remscar