10 lines
No EOL
235 B
C#
10 lines
No EOL
235 B
C#
using System;
|
|
using PhoenixLib.Events;
|
|
|
|
namespace WingsEmu.Game.TimeSpaces.Events;
|
|
|
|
public class TimeSpaceSetTimeEvent : IAsyncEvent
|
|
{
|
|
public TimeSpaceParty TimeSpaceParty { get; init; }
|
|
public TimeSpan Time { get; init; }
|
|
} |