Formatting FIxes (#58)
This commit is contained in:
parent
57fb9fb525
commit
096d39609e
1318 changed files with 11633 additions and 22129 deletions
|
|
@ -11,10 +11,7 @@ namespace Server.Items
|
|||
{
|
||||
}
|
||||
|
||||
public static int GetCropID()
|
||||
{
|
||||
return 3254;
|
||||
}
|
||||
public static int GetCropID() => 3254;
|
||||
|
||||
public override Item GetCropObject()
|
||||
{
|
||||
|
|
@ -25,10 +22,7 @@ namespace Server.Items
|
|||
return cabbage;
|
||||
}
|
||||
|
||||
public override int GetPickedID()
|
||||
{
|
||||
return 3254;
|
||||
}
|
||||
public override int GetPickedID() => 3254;
|
||||
|
||||
public override void Serialize(GenericWriter writer)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue