11 lines
No EOL
260 B
C#
11 lines
No EOL
260 B
C#
using PhoenixLib.ServiceBus;
|
|
using PhoenixLib.ServiceBus.Routing;
|
|
|
|
namespace WingsAPI.Communication.Quests
|
|
{
|
|
[MessageType("quest.refresh.daily")]
|
|
public class QuestDailyRefreshMessage : IMessage
|
|
{
|
|
public bool Force { get; init; }
|
|
}
|
|
} |