Skip to content
Snippets Groups Projects
Commit 2a38f0b3 authored by BotyDns's avatar BotyDns
Browse files

Comment RoadsEnabledEventArgs

parent 1f52caf7
No related branches found
No related tags found
No related merge requests found
Pipeline #30807 canceled
......@@ -6,8 +6,14 @@ using System.Threading.Tasks;
namespace CatanGame.Model
{
/// <summary>
/// Represents the arguments of the RoadsEnabled event
/// </summary>
public class RoadsEnabledEventArgs : EventArgs
{
/// <summary>
/// Gets or sets the enabled roads.
/// </summary>
public List<RoadCoordinates> EnabledRoads { get; private set; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment