Icon smoothing for asteroid rocks (#8058)

Co-authored-by: Tomeno <tomeno@lulzsec.co.uk>
This commit is contained in:
Tomeno
2022-05-10 02:41:28 +02:00
committed by GitHub
parent 7f09c1ef1e
commit 73d2e9043f
19 changed files with 5 additions and 61 deletions

View File

@@ -1,11 +0,0 @@
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Mining
{
[Serializable, NetSerializable]
public enum AsteroidRockVisuals
{
State
}
}