Fill in new clientAssemblies list on resource manifest (#17100)
This commit is contained in:
committed by
GitHub
parent
17f98f3cb3
commit
30a081833a
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user