10 lines
No EOL
254 B
C#
10 lines
No EOL
254 B
C#
using System;
|
|
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.TimeSpaces.Events;
|
|
|
|
public class TimeSpaceAddTimeToTimerEvent : PlayerEvent
|
|
{
|
|
public TimeSpaceParty TimeSpaceParty { get; init; }
|
|
public TimeSpan Time { get; init; }
|
|
} |