Skip to content

Commit

Permalink
Added missing assembly definition names to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crashkonijn committed Sep 19, 2024
1 parent 51fc996 commit bd3ec0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package/Documentation/Introduction/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ In this tutorial we will create a simple GOAP system that will make an agent wan

![Getting Started Generator](../images/getting_started/generator_namespace.png)

4. If you like using assembly definitions you can add it to the `Getting Started` folder. Please make sure to also set the `Root Namespace` to `CrashKonijn.Docs.GettingStarted`. Also make sure to include the ``
4. If you like using assembly definitions you can add it to the `Getting Started` folder. Please make sure to also set the `Root Namespace` to `CrashKonijn.Docs.GettingStarted`. Also make sure to include the `com.crashkonijn.goap.core`, `com.crashkonijn.goap.runtime`, `com.crashkonijn.agent.core` and `com.crashkonijn.agent.runtime` assemblies.

![Assembly Definition](../images/getting_started/assembly_definition.png)

## Generating classes
1. Let's generate the required `Goals`, `Actions`, `WorldKeys` and `TargetKeys` using the generator. In the inspector of the `GettingStartedGenerator` please fill in the following classes in their respective fields:
Expand Down

0 comments on commit bd3ec0c

Please sign in to comment.