Table of Contents

Interface ILayoutStartingListener

Namespace
Uncreated.Warfare.Services
Assembly
Uncreated.Warfare.dll

Allows services to perform an action before each layout starts.

public interface ILayoutStartingListener

Methods

HandleLayoutStartingAsync(Layout, CancellationToken)

Invoked after the layout is initialized but before the first phase starts.

UniTask HandleLayoutStartingAsync(Layout layout, CancellationToken token = default)

Parameters

layout Layout
token CancellationToken

Returns

UniTask