14 lines
305 B
C#
14 lines
305 B
C#
namespace Server.Items.Holiday
|
|
{
|
|
[Serializable(0, false)]
|
|
public partial class PaintedDaemonMask : BasePaintedMask
|
|
{
|
|
[Constructible]
|
|
public PaintedDaemonMask()
|
|
: base(0x4a92)
|
|
{
|
|
}
|
|
|
|
public override string MaskName => "Daemon Mask";
|
|
}
|
|
}
|