Refactors smoking to ECS, smoking actually makes you inhale reagents. (#4678)
This commit is contained in:
committed by
GitHub
parent
0767bd3777
commit
f913d8361d
13
Content.Shared/Smoking/SmokableState.cs
Normal file
13
Content.Shared/Smoking/SmokableState.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Smoking
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum SmokableState : byte
|
||||
{
|
||||
Unlit,
|
||||
Lit,
|
||||
Burnt,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user