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:
SlamBamActionman
2025-10-22 00:05:44 +02:00
committed by GitHub
parent 09aada2e3e
commit c6352786f1
10 changed files with 404 additions and 140 deletions

View File

@@ -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