Formatting FIxes (#58)
This commit is contained in:
parent
57fb9fb525
commit
096d39609e
1318 changed files with 11633 additions and 22129 deletions
|
|
@ -66,10 +66,7 @@ namespace Server.Items
|
|||
{
|
||||
private Cotton m_Cotton;
|
||||
|
||||
public PickWheelTarget(Cotton cotton) : base(3, false, TargetFlags.None)
|
||||
{
|
||||
m_Cotton = cotton;
|
||||
}
|
||||
public PickWheelTarget(Cotton cotton) : base(3, false, TargetFlags.None) => m_Cotton = cotton;
|
||||
|
||||
protected override void OnTarget(Mobile from, object targeted)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -56,10 +56,7 @@ namespace Server.Items
|
|||
{
|
||||
private Flax m_Flax;
|
||||
|
||||
public PickWheelTarget(Flax flax) : base(3, false, TargetFlags.None)
|
||||
{
|
||||
m_Flax = flax;
|
||||
}
|
||||
public PickWheelTarget(Flax flax) : base(3, false, TargetFlags.None) => m_Flax = flax;
|
||||
|
||||
protected override void OnTarget(Mobile from, object targeted)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -66,10 +66,7 @@ namespace Server.Items
|
|||
{
|
||||
private Wool m_Wool;
|
||||
|
||||
public PickWheelTarget(Wool wool) : base(3, false, TargetFlags.None)
|
||||
{
|
||||
m_Wool = wool;
|
||||
}
|
||||
public PickWheelTarget(Wool wool) : base(3, false, TargetFlags.None) => m_Wool = wool;
|
||||
|
||||
protected override void OnTarget(Mobile from, object targeted)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -56,10 +56,7 @@ namespace Server.Items
|
|||
{
|
||||
private BaseClothMaterial m_Material;
|
||||
|
||||
public PickLoomTarget(BaseClothMaterial material) : base(3, false, TargetFlags.None)
|
||||
{
|
||||
m_Material = material;
|
||||
}
|
||||
public PickLoomTarget(BaseClothMaterial material) : base(3, false, TargetFlags.None) => m_Material = material;
|
||||
|
||||
protected override void OnTarget(Mobile from, object targeted)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue