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