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