Use map coordinates for spraying (#9505)

This commit is contained in:
TekuNut
2022-07-12 03:37:02 +01:00
committed by GitHub
parent fd4ca91d6f
commit 97f995b986
3 changed files with 43 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ namespace Content.Server.Chemistry.Components
internal bool Reached;
internal float ReactTimer;
internal float Timer;
internal EntityCoordinates Target;
internal MapCoordinates Target;
internal bool Active;
internal float AliveTime;
}