Andrii Vitiv
Andrii Vitiv
I really need 51 to make my homework. Otherwise, my dad will take my computer for a whole month.
Commands are sent to the terminal instead of the game console.  UPD Related exception: 
Need to create `UnturnedBuildableBarricadeTransform` and `UnturnedBuildableStructureTransform` classes which should inherit from the `UnityTransform` and call `BarricadeManager.tellTransformBarricade`/`StructureManager.tellTransformStructure`, `BarricadeManager.destroyBarricade`/`StructureManager.destroyStructure` RPCs.
### Explanation of Change Replaces `navigation.addListener('blur', () => { ... });` with `useFocusEffect` as the former does not invoke the event handler on unmount on native platforms. This is a...