Exemplo n.º 1
0
        public override void Deserialize(GenericReader reader)
        {
            base.Deserialize(reader);
            reader.ReadInt();

            Instance = this;
        }
Exemplo n.º 2
0
 public HawkwindTimeLord()
     : base("the Time Lord")
 {
     Instance = this;
 }