Add `AIModule` to project

This commit is contained in:
Louis Hobbs 2023-02-03 01:32:20 +00:00
parent f6894fc519
commit fb8b8dc258
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"FieldSystemEngine"
"FieldSystemEngine",
"AIModule"
]
}
],