11 lines
No EOL
271 B
C#
11 lines
No EOL
271 B
C#
using PhoenixLib.ServiceBus;
|
|
using PhoenixLib.ServiceBus.Routing;
|
|
|
|
namespace WingsAPI.Communication.Player
|
|
{
|
|
[MessageType("specialist.points.refresh")]
|
|
public class SpecialistPointsRefreshMessage : IMessage
|
|
{
|
|
public bool Force { get; set; }
|
|
}
|
|
} |