You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split RLTM.cpp into multiple files to improve code readability and organisation.
Example:
.
├── ...
├── `Controllers`
│ ├── `Data.cpp` # Compute game data
│ ├── `Hooks.cpp` # Control game hooks
│ ├── `HUD.cpp` # Control HUD elements
│ ├── `Replay.cpp` # Save match replay
│ ├── `Settings.cpp` # Manage plugin settings
│ └── `Socket.cpp` # Connect and stream data to Backend
├── ...
The text was updated successfully, but these errors were encountered:
Split
RLTM.cpp
into multiple files to improve code readability and organisation.Example:
The text was updated successfully, but these errors were encountered: