Fix bang, ded (#10768)

This commit is contained in:
metalgearsloth
2022-08-23 12:28:31 +10:00
committed by GitHub
parent ae7ba491f5
commit d2f1981172
3 changed files with 33 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ public abstract partial class SharedGunSystem : EntitySystem
[Dependency] protected readonly SharedPopupSystem PopupSystem = default!;
[Dependency] protected readonly ThrowingSystem ThrowingSystem = default!;
[Dependency] protected readonly TagSystem TagSystem = default!;
[Dependency] protected readonly SharedAudioSystem Audio = default!;
[Dependency] protected readonly SharedProjectileSystem Projectiles = default!;
protected ISawmill Sawmill = default!;