What's New in Version 1.1.0
Released
Version 1.1.0:
- Changed the /rb command to /Barrage for clarity and consistency.
- Optimized the plugin to use HashSet for storing active rocket barrage players instead of a dictionary with values set to 0.
- Added default return values for the GetRocketPrefabPath and GetPlayerRocketType methods to avoid compilation errors.
- Made corrections to resolve compatibility issues with older C# versions, avoiding the use of C# 7.0 features like declaration expressions.