コード例 #1
0
        public override void Deserialize(GenericReader reader)
        {
            base.Deserialize(reader);
            int version = reader.ReadInt();

            Instance = this;
        }
コード例 #2
0
 public Owain() : base("the blind")
 {
     Instance = this;
 }