Skip to content

Commit

Permalink
DLC update
Browse files Browse the repository at this point in the history
  • Loading branch information
kianzarrin committed Nov 25, 2022
1 parent 8181d93 commit 4822908
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions LoadOrder/CO/DLC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ public enum DLC {
[DLCInfo("Plazas & Promenades", DLCType.Main)]
PlazasAndPromenadesDLC = 2008400,

//[DLCInfo("Financial Districts", DLCType.Main)]
//FinancialDistrictsDLC = 2148901,

[DLCInfo("Pearls From the East", DLCType.Misc)]
OrientalBuildings = 563850,

Expand Down Expand Up @@ -116,5 +119,14 @@ public enum DLC {

[DLCInfo("CCP: Seaside Resorts", DLCType.ContentCreator)]
ModderPack12 = 1992291,

[DLCInfo("CCP: Skyscrapers", DLCType.ContentCreator)]
ModderPack13 = 2144481,

[DLCInfo("CCP: Heart of Korea", DLCType.ContentCreator)]
ModderPack14 = 2144480,

//[DLCInfo("CCP: Map Pack 2", DLCType.ContentCreator)]
//ModderPack15 = 2148903,
}
}

0 comments on commit 4822908

Please sign in to comment.