15 lines
No EOL
322 B
C#
15 lines
No EOL
322 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
using PhoenixLib.ServiceBus;
|
|
using PhoenixLib.ServiceBus.Routing;
|
|
|
|
namespace WingsAPI.Communication.InstantBattle
|
|
{
|
|
[MessageType("game.instant-battle.start")]
|
|
public class InstantBattleStartMessage : IMessage
|
|
{
|
|
public bool HasNoDelay { get; set; }
|
|
}
|
|
} |