Clothing/item ECS & cleanup (#9706)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Content.Server.Clothing.Components;
|
||||
|
||||
/// <summary>
|
||||
/// TODO this needs removed somehow.
|
||||
/// Handles 'heat resistance' for gloves touching bulbs and that's it, ick.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class GloveHeatResistanceComponent : Component
|
||||
{
|
||||
[DataField("heatResistance")]
|
||||
public int HeatResistance = 323;
|
||||
}
|
||||
Reference in New Issue
Block a user