Version: 194.0.0

This commit is contained in:
ElectroJr
2023-12-18 20:29:41 -05:00
parent d416344aef
commit ede337a869
2 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -35,7 +35,7 @@ END TEMPLATE-->
### Breaking changes
* MoveEvent is no longer raised broadcast, subscribe to the SharedTransformSystem.OnGlobalMoveEvent C# event instead
*None yet*
### New features
@@ -54,6 +54,17 @@ END TEMPLATE-->
*None yet*
## 194.0.0
### Breaking changes
* MoveEvent is no longer raised broadcast, subscribe to the SharedTransformSystem.OnGlobalMoveEvent C# event instead
### Bugfixes
* Fixed the game sometimes freezing while trying to load specific audio files.
## 193.2.0
### Other