8 lines
No EOL
177 B
C#
8 lines
No EOL
177 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Compliments;
|
|
|
|
public class ComplimentsMonthlyRefreshEvent : PlayerEvent
|
|
{
|
|
public bool Force { get; init; }
|
|
} |