SS3D
SS3D copied to clipboard
Rename all "System" to "SubSystem"
Summary
Rename all "System" to "SubSystem". So PlayerSystem, should become PlayerSubSystem. That would include :
- System.cs
- GameModeSystem.cs
- RoundSystem.cs
- RoundSystemBase.cs
- MindSystem.cs
- NetworkSystem.cs
- PermissionSystem.cs
- PlayerSystem.cs
- ReadyPlayerSystem.cs
- SubstanceSystem.cs
- SystemLocator.cs
The contributor or reviewer should be prepared to update the documentation on this when the PR is ready for merge.
https://ss3d.gitbook.io/programming/guidelines/code-design/system
The new naming definition is Subsystem, NOT Manager.
closed because not good renaming
Classes still have the System postfix and need to be updated to SubSystem according to John.