Fixed minor code smell + added swap event to Program.cs
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c7c4742729
commit
dc33ff6656
@ -1,6 +1,7 @@
|
|||||||
namespace QwirkleClassLibrary.Events;
|
namespace QwirkleClassLibrary.Events
|
||||||
|
{
|
||||||
public class SwapTilesNotifiedEventArgs(string reason)
|
public class SwapTilesNotifiedEventArgs(string reason)
|
||||||
{
|
{
|
||||||
public string Reason { get; private set; } = reason;
|
public string? Reason { get; private set; }
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue