From 74ebf22669dc5374130d59bd60fa65741c47a67d Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Tue, 3 Oct 2023 01:04:35 -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 a34e401..72945ad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Cog are debug tools for Unreal Engine built on top of [ImGui](https://github.com ## Project Structure - `Plugins/CogImGui` - A simple wrapper of Imgui for Unreal, inspired by [UnrealImGui](https://github.com/segross/UnrealImGui) -- `Plugins/CogInterfaces` - Interfaces usually implemented by actors to inspect them +- `Plugins/CogInterface` - Interfaces usually implemented by actors to inspect them - `Plugins/CogDebug` - Debug functionalities - `Plugins/CogWindow` - Debug Window management - `Plugins/CogEngine` - Debug Windows for the core unreal engine functionalities (Log, Stats, Time, Collisions, Skeleton, ...)