File tree Expand file tree Collapse file tree
Project-Aurora/Project-Aurora/Profiles/Payday 2/Layers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515namespace 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 ;
Original file line number Diff line number Diff line change 1717
1818namespace 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 ( )
Original file line number Diff line number Diff line change 1414
1515namespace 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 ( )
You can’t perform that action at this time.
0 commit comments