Example #1
0
 public ChangesBuffer(Game g)
 {
     game = g;
     bufferx = new List<int>();
     buffery = new List<int>();
     bufferfig[0] = new List<int>();
     bufferfig[1] = new List<int>();
     bufferfig[2] = new List<int>();
 }
Example #2
0
 public Field(Game g)
 {
     game = g;
 }