Files
RobustToolbox/Robust.Analyzers/MustCallBaseAnalyzer.cs
Pieter-Jan Briers 75b3431ee6 New "must call base" analyzer. (#5266)
* New "must call base" analyzer.

This enforces that you actually call base when overriding stuff. This is intended for base methods like entity system's, where server/client systems overriding shared ones SHOULD call Initialize() and such.

* Add MustCallBase to entity system methods
2024-06-28 14:44:49 +10:00

3.5 KiB