Esempio n. 1
0
File: b.cs Progetto: Vini2/TankGame
 public b(int A_0, int A_1)
 {
     this.c = null;
     base..ctor();
     this.a = A_0;
     this.b = A_1;
     return;
 }
Esempio n. 2
0
File: b.cs Progetto: Vini2/TankGame
 public unsafe b(Point A_0)
 {
     this.c = null;
     base..ctor();
     this.a = &A_0.X;
     this.b = &A_0.Y;
     return;
 }
Esempio n. 3
0
File: a.cs Progetto: Vini2/TankGame
 public lk.ac.mrt.cse.pc11.AI.b b(int A_0)
 {
     lk.ac.mrt.cse.pc11.AI.b b;
     Label_0001:
     try
     {
         b = this.a[A_0];
         goto Label_001D;
     }
     catch (Exception)
     {
     Label_0011:
         b = new lk.ac.mrt.cse.pc11.AI.b(0, 0);
         goto Label_001D;
     }
     Label_001D:
     return b;
 }
Esempio n. 4
0
File: b.cs Progetto: Vini2/TankGame
 public b(int A_0, int A_1, lk.ac.mrt.cse.pc11.AI.b A_2)
 {
     this..ctor(A_0, A_1);
     this.c = A_2;
     return;
 }