Add doafter to filling the hypopen (#40538)
* Initial commit * Small QOL buff * Review changes * Ch-ch-ch-ch-chaaaanges * Review changes * oops * Oh ya fix the fill thing * cleanup warnings make a few more private methods --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,9 @@ namespace Content.Shared.Chemistry.Components;
|
||||
/// <summary>
|
||||
/// Denotes that there is a solution contained in this entity that can be
|
||||
/// easily dumped into (that is, completely removed from the dumping container
|
||||
/// into this one). Think pouring a container fully into this.
|
||||
/// into this one). Think pouring a container fully into this. The action for this is represented via drag & drop.
|
||||
///
|
||||
/// To represent it being possible to controllably pour volumes into the entity, see <see cref="RefillableSolutionComponent"/>.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class DumpableSolutionComponent : Component
|
||||
|
||||
Reference in New Issue
Block a user