8 lines
No EOL
157 B
C#
8 lines
No EOL
157 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game;
|
|
|
|
public class PlayerCommandEvent : PlayerEvent
|
|
{
|
|
public string Command { get; init; }
|
|
} |