Refactor drone tool checks (#6643)

This commit is contained in:
Rane
2022-02-12 19:14:24 -05:00
committed by GitHub
parent d8127d4a94
commit be853b2529
4 changed files with 20 additions and 32 deletions

View File

@@ -0,0 +1,4 @@
using Content.Shared.Drone;
// yeah this is just required for prediction
public sealed class DroneSystem : SharedDroneSystem {}