added events
This commit is contained in:
7
Buckets.Logic/OverflowEventArgs.cs
Normal file
7
Buckets.Logic/OverflowEventArgs.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Buckets.Logic
|
||||
{
|
||||
public class OverflowEventArgs(int overflowAmount) : EventArgs
|
||||
{
|
||||
public int OverflowAmount { get; } = overflowAmount;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user