Helper that loads and saves the HUD layout.
Esempio n. 1
0
 public void SaveLayout(Stream stream)
 {
     HUDLayoutHelper.SaveLayout(stream, this);
 }
Esempio n. 2
0
 public void LoadLayout(Stream stream)
 {
     HUDLayoutHelper.LoadLayout(stream, this, Width, Height);
 }