-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature-compatibility'
- Loading branch information
Showing
6 changed files
with
198 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// <copyright file="ModIds.cs" company="dymanoid"> | ||
// Copyright (c) dymanoid. All rights reserved. | ||
// </copyright> | ||
|
||
namespace RealTime.Core | ||
{ | ||
/// <summary> | ||
/// A class containing various mods' Workshop IDs. | ||
/// </summary> | ||
internal static class ModIds | ||
{ | ||
/// <summary>The Workshop ID of the 'Citizen Lifecycle Rebalance' mod.</summary> | ||
public const ulong CitizenLifecycleRebalance = 654707599ul; | ||
|
||
/// <summary>The Workshop ID of the 'Ploppable RICO' mod.</summary> | ||
public const ulong PloppableRico = 586012417ul; | ||
|
||
/// <summary>The Workshop ID of the 'Ploppable RICO - High Density Fix' mod.</summary> | ||
public const ulong PloppableRicoHighDensityFix = 1204126182ul; | ||
|
||
/// <summary>The Workshop ID of the 'Plop The Growables' mod.</summary> | ||
public const ulong PlopTheGrowables = 924884948ul; | ||
|
||
/// <summary>The Workshop ID of the 'Building Themes' mod.</summary> | ||
public const ulong BuildingThemes = 466158459ul; | ||
|
||
/// <summary>The Workshop ID of the 'Force Level Up' mod.</summary> | ||
public const ulong ForceLevelUp = 523818382ul; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.