simple-weapon-base
simple-weapon-base copied to clipboard
Support `nullable` compilation without warnings
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.