Limit atmos device rates (#6533)

This commit is contained in:
Leon Friedrich
2022-03-01 03:39:30 +13:00
committed by GitHub
parent ffed5eec81
commit ee7d0440f3
20 changed files with 220 additions and 116 deletions

View File

@@ -73,5 +73,6 @@ namespace Content.Shared.Atmos.Piping.Unary.Components
NoBound = 0,
InternalBound = 1,
ExternalBound = 2,
Both = 3,
}
}