11 lines
192 B
C#
11 lines
192 B
C#
namespace Server.Items
|
|
{
|
|
[Serializable(0, false)]
|
|
public partial class LeftLeg : Item
|
|
{
|
|
[Constructible]
|
|
public LeftLeg() : base(0x1DA3)
|
|
{
|
|
}
|
|
}
|
|
}
|