mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-24 07:47:29 -04:00
10 lines
185 B
C#
10 lines
185 B
C#
using WowUp.Common.Models.Warcraft;
|
|
|
|
namespace WowUp.Common.Models.Events
|
|
{
|
|
public class WarcraftEventArgs
|
|
{
|
|
public ChangedClient ChangedClient { get; set; }
|
|
}
|
|
}
|