Welder flame fix (#7021)
This commit is contained in:
@@ -25,4 +25,17 @@ namespace Content.Shared.Tools.Components
|
||||
Lit = lit;
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum WelderVisuals : byte
|
||||
{
|
||||
Lit
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum WelderLayers : byte
|
||||
{
|
||||
Base,
|
||||
Flame
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user