More manual fixes.

This commit is contained in:
Vera Aguilera Puerto
2021-12-03 17:35:20 +01:00
parent 54ab29502a
commit f5b8bb3731
7 changed files with 8 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ namespace Content.IntegrationTests.Tests.Destructible
var sPrototypeManager = server.ResolveDependency<IPrototypeManager>();
var sEntitySystemManager = server.ResolveDependency<IEntitySystemManager>();
IEntity sDestructibleEntity = null; ;
EntityUid sDestructibleEntity = null; ;
DamageableComponent sDamageableComponent = null;
DestructibleComponent sDestructibleComponent = null;
TestDestructibleListenerSystem sTestThresholdListenerSystem = null;