12 lines
No EOL
211 B
C#
12 lines
No EOL
211 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Families.Event;
|
|
|
|
public class FamilyCreateEvent : PlayerEvent
|
|
{
|
|
public string Name { get; set; }
|
|
} |