]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Delete an Unused Event. (#41083)
authorPrincess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com>
Fri, 24 Oct 2025 19:11:20 +0000 (12:11 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Oct 2025 19:11:20 +0000 (19:11 +0000)
delet

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Content.Server/Nutrition/Events/DrinkEvents.cs [deleted file]

diff --git a/Content.Server/Nutrition/Events/DrinkEvents.cs b/Content.Server/Nutrition/Events/DrinkEvents.cs
deleted file mode 100644 (file)
index b7a7403..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-using Content.Shared.Chemistry.Components;
-
-namespace Content.Server.Nutrition.Events;
-
-/// <summary>
-/// Raised on the entity drinking. This is right before they actually transfer the solution into the stomach.
-/// </summary>
-/// <param name="Drink">The drink that is being drank.</param>
-/// <param name="Solution">The solution that will be digested.</param>
-/// <param name="Forced">Whether the target was forced to drink the solution by somebody else.</param>
-[ByRefEvent]
-public record struct BeforeIngestDrinkEvent(EntityUid Drink, Solution Solution, bool Forced);