Update README.md

This commit is contained in:
Arnaud Jamin
2023-10-11 01:31:50 -04:00
committed by GitHub
parent cbe0740a2e
commit 3c9abe8fc0
+1 -1
View File
@@ -319,7 +319,7 @@ void ACogSampleGameState::Tick(float DeltaSeconds)
}
```
6. Implement Cog Interfaces of the desired actor classes:
6. Implement Cog Interfaces on your desired actor classes:
```cpp
// CogSampleCharacter.h