Add Barotrauma support.

This commit is contained in:
CosminPerRam 2023-10-13 00:40:08 +03:00
parent 3b9c784e70
commit 5b5c41b468
5 changed files with 9 additions and 0 deletions

View file

@ -3,6 +3,9 @@ Who knows what the future holds...
# 0.X.Y - DD/MM/YYYY
### Changes:
Game:
- Added [Barotrauma](https://store.steampowered.com/app/602960/Barotrauma/) support.
Crate:
- Added `Send` and `Sync` on `Error::source` to fix some async issues.