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
5 lines
83 B
C#
5 lines
83 B
C#
using GatherAndDefend.Events;
|
|
|
|
public class ScreenActivatedEvent : EventBase
|
|
{
|
|
} |