Refactor Flammable to be ECS. (#4671)
- Refactor IHotItem into IsHotEvent. - Refactor IFireAct into TileFireEvent.
This commit is contained in:
committed by
GitHub
parent
9bde39c533
commit
6cea9cb973
12
Content.Shared/Atmos/FireVisuals.cs
Normal file
12
Content.Shared/Atmos/FireVisuals.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Atmos
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum FireVisuals
|
||||
{
|
||||
OnFire,
|
||||
FireStacks,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user