Table of Contents

Class ContainerSubsystem

Namespace
Ceres.Gameplay
Assembly
Ceres.Gameplay.dll

World lifetime scope IOC subsystem

[InitializeOnWorldCreate]
public class ContainerSubsystem : WorldSubsystem, IContainerSubsystem
Inheritance
ContainerSubsystem
Implements
Inherited Members

Constructors

ContainerSubsystem()

public ContainerSubsystem()

Methods

Get()

public static IContainerSubsystem Get()

Returns

IContainerSubsystem

Release()

Subsystem release phase, should unbind callbacks and release references in this phase

protected override void Release()