Add UsedImplicitly to visualizers and entity systems (#2592)
This commit is contained in:
@@ -9,11 +9,6 @@ namespace Content.Server.GameObjects.EntitySystems
|
||||
{
|
||||
private float _accumulatedFrameTime;
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
}
|
||||
|
||||
public override void Update(float frameTime)
|
||||
{
|
||||
base.Update(frameTime);
|
||||
|
||||
Reference in New Issue
Block a user