gather-and-defend/Assets/Scripts/Events/ScreenDeactivatedEvent.cs
Felix Boucher 8adc563d47 make transition fool proof
problème :
Il y avait plusieurs manières de faire planter le loading screen en appuyant sur des boutons

changements:
- turn off buttons when loading screen is active
- turn on buttons when loading screen is not active
- add event aggregator class to project and migrate every event to it
- fix bugs and regressions
2023-10-09 22:21:06 -04:00

5 lines
85 B
C#

using GatherAndDefend.Events;
public class ScreenDeactivatedEvent : EventBase
{
}