Add pause menu and fix static data dulpication when loading scenes
This commit is contained in:
parent
0849fcfde7
commit
e4706c7a42
11 changed files with 992 additions and 2 deletions
|
@ -8,6 +8,11 @@ public class CuttingCounter : BaseCounter, IHasProgress
|
|||
|
||||
public static event EventHandler OnAnyCut;
|
||||
|
||||
new public static void ResetStaticData()
|
||||
{
|
||||
OnAnyCut = null;
|
||||
}
|
||||
|
||||
public event EventHandler<IHasProgress.OnProgressChangeEventsArgs> OnProgressChange;
|
||||
public event EventHandler OnCut;
|
||||
|
||||
|
|
Reference in a new issue