Interval Service Node
Type description and basic instructions.
Description
OnTick
public class ExampleServiceNode : ServiceNode
{
protected override void OnTick()
{
throw new NotImplementedException();
}
}How to set tick frequency
Serialized fields
Name
Description
Last updated