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
3 lines
80 B
C#
3 lines
80 B
C#
using GatherAndDefend.Events;
|
|
|
|
public class ExitingLevelEvent : EventBase { } |