Table of Contents

Class UpdateAfterAttribute

Namespace
Ghost.Entities
Assembly
Ghost.Entities.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = true)]
public class UpdateAfterAttribute : Attribute
Inheritance
UpdateAfterAttribute
Inherited Members

Constructors

UpdateAfterAttribute(Type)

public UpdateAfterAttribute(Type systemType)

Parameters

systemType Type

Properties

SystemType

public Type SystemType { get; }

Property Value

Type