コード例 #1
0
ファイル: cd.cs プロジェクト: MWisBest/OpenNFSTools
        public d1 b(a9 A_0)
        {
            foreach (d1 d in this.listB)
            {
                if (d.d().a9A == A_0)
                {
                    return(d);
                }
            }

            return(null);
        }
コード例 #2
0
ファイル: cd.cs プロジェクト: MWisBest/OpenNFSTools
        public d1 a(a9 A_0)
        {
            foreach (d1 d in this.listB)
            {
                if (d is cd)
                {
                    d1 d2 = (d as cd).a(A_0);
                    if (d2 != null)
                    {
                        d1 result = d2;
                        return(result);
                    }
                }
                else if (d.d().a9A == A_0)
                {
                    d1 result = d;
                    return(result);
                }
            }

            return(null);
        }
コード例 #3
0
        public uint uintB;     // obf: "b"

        public void a(BinaryReader A_0)
        {
            this.a9A   = (a9)A_0.ReadUInt32();
            this.uintB = A_0.ReadUInt32();
        }
コード例 #4
0
ファイル: cd.cs プロジェクト: MWisBest/OpenNFSTools
 public cd(a9 id)
 {
     this.jB.a9A = id;
     this.listB  = new List <d1>();
 }
コード例 #5
0
ファイル: d1.cs プロジェクト: MWisBest/OpenNFSTools
 public d1(a9 id)
 {
     this.jB.a9A = id;
 }