Skip to content

Commit 1421f8f

Browse files
committed
Restore legacy layers
1 parent 26f9eff commit 1421f8f

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

Project-Aurora/Project-Aurora/Profiles/Payday 2/Layers/PD2BackgroundLayerHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
namespace Aurora.Profiles.Payday_2.Layers
1616
{
17+
[Obsolete]
1718
public class PD2BackgroundLayerHandlerProperties : LayerHandlerProperties2Color<PD2BackgroundLayerHandlerProperties>
1819
{
1920
public Color? _AmbientColor { get; set; }
@@ -100,6 +101,7 @@ public override void Default()
100101

101102
}
102103

104+
[Obsolete]
103105
public class PD2BackgroundLayerHandler : LayerHandler<PD2BackgroundLayerHandlerProperties>
104106
{
105107
private float no_return_flashamount = 1.0f;

Project-Aurora/Project-Aurora/Profiles/Payday 2/Layers/PD2FlashbangLayerHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
namespace Aurora.Profiles.Payday_2.Layers
1919
{
20+
[Obsolete]
2021
public class PD2FlashbangLayerHandlerProperties : LayerHandlerProperties2Color<PD2FlashbangLayerHandlerProperties>
2122
{
2223
public Color? _FlashbangColor { get; set; }
@@ -37,6 +38,7 @@ public override void Default()
3738

3839
}
3940

41+
[Obsolete]
4042
public class PD2FlashbangLayerHandler : LayerHandler<PD2FlashbangLayerHandlerProperties>
4143
{
4244
protected override UserControl CreateControl()

Project-Aurora/Project-Aurora/Profiles/Payday 2/Layers/PD2StatesLayerHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
namespace Aurora.Profiles.Payday_2.Layers
1616
{
17+
[Obsolete]
1718
public class PD2StatesLayerHandlerProperties : LayerHandlerProperties2Color<PD2StatesLayerHandlerProperties>
1819
{
1920
public Color? _DownedColor { get; set; }
@@ -58,6 +59,7 @@ public override void Default()
5859

5960
}
6061

62+
[Obsolete]
6163
public class PD2StatesLayerHandler : LayerHandler<PD2StatesLayerHandlerProperties>
6264
{
6365
protected override UserControl CreateControl()

0 commit comments

Comments
 (0)