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