Ejemplo n.º 1
0
 public UserInterface(MapRegion mapRegion, WaveInformation waveInformation,
                      CommandInfoBar commandInfoBar, Session s)
 {
     MapRegion       = mapRegion;
     WaveInformation = waveInformation;
     CommandInfoBar  = commandInfoBar;
     session         = s;
     mouse           = new Mouse(session.Map.MouseTexture);
     session.SetUI(this);
 }