From 3c9abe8fc05f5a080b91abd9c308cdf6283309d7 Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Wed, 11 Oct 2023 01:31:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d329c62..bf30031 100644 --- a/README.md +++ b/README.md @@ -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