Table of Contents

Interface ILevelHostedService

Namespace
Uncreated.Warfare.Services
Assembly
Uncreated.Warfare.dll
public interface ILevelHostedService

Methods

LoadLevelAsync(CancellationToken)

Executes when the level finishes loading and all assets are loaded but before the first session starts.

UniTask LoadLevelAsync(CancellationToken token)

Parameters

token CancellationToken

Returns

UniTask