Anasayfa
UO Sunucular
Forumlar
Profilim
using System;
using Server;

namespace Server.Items
{
public class FullSpellbook : Spellbook
{
[Constructable]
public FullSpellbook()
{
this.Content = ulong.MaxValue;
}

public FullSpellbook( Serial serial ) : base( serial )
{
}

public override void Serialize( GenericWriter writer )
{
base.Serialize( writer );
writer.Write( (int) 0 );
}

public override void Deserialize( GenericReader reader )
{
base.Deserialize( reader );
int version = reader.ReadInt();
}
}
}

UO-Dev SPONSOR

UO-Dev SPONSOR

Henüz yorum yapılmamış. Yorum yazabilmek için giriş yapmanız gerekir.

Üyelerin oylama ortalaması (10 dışında) :

Henüz Oylanmamış

Oylar: 0