Mineral Scanner (#31390)
* Mineral Scanner * doink * review * sunday funday * review and fix bugs i think? * Update MiningOverlay.cs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Robust.Shared.GameStates;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Mining.Components;
|
||||
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(MiningScannerSystem))]
|
||||
public sealed partial class MiningScannerViewableComponent : Component;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum MiningScannerVisualLayers : byte
|
||||
{
|
||||
Overlay
|
||||
}
|
||||
Reference in New Issue
Block a user