Fill in new clientAssemblies list on resource manifest (#17100)

This commit is contained in:
Pieter-Jan Briers
2023-06-08 09:23:48 +02:00
committed by GitHub
parent 17f98f3cb3
commit 30a081833a
2 changed files with 6 additions and 0 deletions

View File

@@ -2,4 +2,9 @@
windowIconSet: /Textures/Logo/icon windowIconSet: /Textures/Logo/icon
splashLogo: /Textures/Logo/logo.png splashLogo: /Textures/Logo/logo.png
clientAssemblies:
- Content.Client
- Content.Shared
- Content.Shared.Database
# PJB PLEASE # PJB PLEASE

View File

@@ -44,6 +44,7 @@ CLIENT_IGNORED_RESOURCES = {
} }
CLIENT_CONTENT_ASSEMBLIES = [ CLIENT_CONTENT_ASSEMBLIES = [
# IF YOU ADD SOMETHING HERE, ADD IT TO MANIFEST.YML TOO.
"Content.Client", "Content.Client",
"Content.Shared", "Content.Shared",
"Content.Shared.Database" "Content.Shared.Database"