mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 00:01:37 -07:00
Update README.md
This commit is contained in:
@@ -531,8 +531,8 @@ void UCogSampleConfigurationSubsystem::PostInitialize()
|
||||
}
|
||||
```
|
||||
|
||||
> [!TIP]
|
||||
> The reason you need to manually add this code is because all Cog code appart from CogCommon is stripped in `Shipping` build.
|
||||
> [!NOTE]
|
||||
> The reason you need to manually add this code is because you can customize which windows are displayed in the main menu, and because all Cog code appart from the `CogCommon` module is stripped in `Shipping` build.
|
||||
|
||||
- Implement Cog Interfaces on your desired actor classes:
|
||||
```cpp
|
||||
|
||||
Reference in New Issue
Block a user