11 lines
No EOL
245 B
C#
11 lines
No EOL
245 B
C#
using System;
|
|
using WingsAPI.Scripting.Attribute;
|
|
|
|
namespace WingsAPI.Scripting.Event.TimeSpace
|
|
{
|
|
[ScriptEvent("TryStartTaskForMap", true)]
|
|
public class STryStartTaskEvent : SEvent
|
|
{
|
|
public Guid MapId { get; set; }
|
|
}
|
|
} |