Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
LayerPauseMenu.cs
Go to the documentation of this file.
1public class LayerPauseMenu : ELayer
2{
3 public void OnClickTitle()
4 {
6 }
7
8 public void OnClickExit()
9 {
11 }
12
13 public void OnClickSave()
14 {
16 }
17}
Definition: ELayer.cs:4
static Game game
Definition: ELayer.cs:9
void GotoTitle(bool showDialog=true)
Definition: Game.cs:931
bool Save(bool isAutoSave=false, bool silent=false)
Definition: Game.cs:960
void Quit()
Definition: Game.cs:949
void OnClickExit()
void OnClickTitle()