Table of Contents

Class UpdateModule

Namespace
Shard.Server.Modules.UpdateModule
Assembly
Shard.Server.Modules.dll
public class UpdateModule : BaseModule, IModule
Inheritance
UpdateModule
Implements
Inherited Members

Properties

Manifest

Gets the module's identity and dependency declaration.

public override ModuleManifest Manifest { get; }

Property Value

ModuleManifest

Methods

OnSetup()

Called during synchronous module setup after the module context has been assigned.

protected override void OnSetup()