8 lines
No EOL
171 B
C#
8 lines
No EOL
171 B
C#
using PhoenixLib.Events;
|
|
|
|
namespace WingsEmu.Game.TimeSpaces.Events;
|
|
|
|
public class TryStartTaskEvent : IAsyncEvent
|
|
{
|
|
public TimeSpaceSubInstance Map { get; set; }
|
|
} |