metalgearsloth
d93ebe9409
Remove ICollideSpecial
...
Handled in an ECS way by PreventCollideEvent.
The disposals one doesn't work anyway and would've required a larger refactor of disposals to fix so out of scope.
2021-05-30 23:30:44 +10:00
DrSmugleaf
902aa128c2
Enable nullability in Content.Client ( #3257 )
...
* Enable nullability in Content.Client
* Remove #nullable enable
* Merge fixes
* Remove Debug.Assert
* Merge fixes
* Fix build
* Fix build
2021-03-10 14:48:29 +01:00
DrSmugleaf
e7d756811e
Replace CanBeNull annotations with nullable reference types ( #1270 )
...
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2020-07-08 01:41:20 +02:00
Pieter-Jan Briers
bc24a852f9
Fix throwing.
2020-07-02 23:28:37 +02:00