8 lines
No EOL
167 B
C#
8 lines
No EOL
167 B
C#
using PhoenixLib.Events;
|
|
|
|
namespace WingsEmu.Game.TimeSpaces.Events;
|
|
|
|
public class TimeSpaceTaskCheckEvent : IAsyncEvent
|
|
{
|
|
public bool Completed { get; set; }
|
|
} |