10 lines
No EOL
213 B
C#
10 lines
No EOL
213 B
C#
using WingsAPI.Scripting.Attribute;
|
|
|
|
namespace WingsAPI.Scripting.Event.TimeSpace
|
|
{
|
|
[ScriptEvent("AddTime", true)]
|
|
public class SAddTimeEvent : SEvent
|
|
{
|
|
public int Time { get; set; }
|
|
}
|
|
} |