* global demi refactor * rebalance, smaller demiplanes * remove outdated connections * audio design + room coords fix * Update CP14Rooms.cs * Update wastelands.yml * hotfixes * Update CP14SpellThrowFromUser.cs * Update sky_lightning.yml
13 lines
268 B
C#
13 lines
268 B
C#
|
|
namespace Content.Server._CP14.Procedural.Demiplane.Components;
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[RegisterComponent, Access(typeof(CP14DemiplaneSystem))]
|
|
public sealed partial class CP14DemiplaneMapComponent : Component
|
|
{
|
|
[DataField]
|
|
public int Level = 0;
|
|
}
|