Revert "Solution Entities" (#23160)
Revert "Solution Entities (#21916)"
This reverts commit d75e743dd7.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Content.Shared.Chemistry.Components;
|
||||
using Content.Shared.DoAfter;
|
||||
using Content.Shared.DoAfter;
|
||||
using Robust.Shared.Serialization;
|
||||
using Content.Shared.Chemistry.Components;
|
||||
|
||||
namespace Content.Shared.Nutrition;
|
||||
|
||||
@@ -47,8 +47,8 @@ public sealed partial class VapeDoAfterEvent : DoAfterEvent
|
||||
|
||||
public VapeDoAfterEvent(Solution solution, bool forced)
|
||||
{
|
||||
Solution = solution;
|
||||
Forced = forced;
|
||||
Solution = solution;
|
||||
Forced = forced;
|
||||
}
|
||||
|
||||
public override DoAfterEvent Clone() => this;
|
||||
|
||||
Reference in New Issue
Block a user