Esempio n. 1
0
    public override void a(k A_0)
    {
        this.a = "";
        this.b = "";
        this.c = 0;
        fa fa = A_0.c() as fa;

        if (fa != null)
        {
            using (StringReader reader = new StringReader(fa.a))
            {
                this.a = reader.ReadLine();
                this.c = Convert.ToInt32(reader.ReadLine(), CultureInfo.InvariantCulture);
                this.b = reader.ReadToEnd();
            }
        }
    }
Esempio n. 2
0
 AreEqual(fa(a), fb(b));
Esempio n. 3
0
 public MobCharactersDataFile(fa instance) : base(instance)
 {
     _internal = instance;
 }