public void TestInit()
 {
     _exp = new ExplorationFunc(4, 4);
 }
Exemplo n.º 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     player        = (Player)Session["player"];
     exp           = new ExplorationFunc(4, 4);
     mapLabel.Text = exp.CreateMap(player.coordinates);
 }