Skip to content

Commit

Permalink
Restore legacy layers
Browse files Browse the repository at this point in the history
  • Loading branch information
stuntguy3000 committed Sep 4, 2020
1 parent 26f9eff commit 1421f8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

namespace Aurora.Profiles.Payday_2.Layers
{
[Obsolete]
public class PD2BackgroundLayerHandlerProperties : LayerHandlerProperties2Color<PD2BackgroundLayerHandlerProperties>
{
public Color? _AmbientColor { get; set; }
Expand Down Expand Up @@ -100,6 +101,7 @@ public override void Default()

}

[Obsolete]
public class PD2BackgroundLayerHandler : LayerHandler<PD2BackgroundLayerHandlerProperties>
{
private float no_return_flashamount = 1.0f;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

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

}

[Obsolete]
public class PD2FlashbangLayerHandler : LayerHandler<PD2FlashbangLayerHandlerProperties>
{
protected override UserControl CreateControl()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

namespace Aurora.Profiles.Payday_2.Layers
{
[Obsolete]
public class PD2StatesLayerHandlerProperties : LayerHandlerProperties2Color<PD2StatesLayerHandlerProperties>
{
public Color? _DownedColor { get; set; }
Expand Down Expand Up @@ -58,6 +59,7 @@ public override void Default()

}

[Obsolete]
public class PD2StatesLayerHandler : LayerHandler<PD2StatesLayerHandlerProperties>
{
protected override UserControl CreateControl()
Expand Down

0 comments on commit 1421f8f

Please sign in to comment.