Show / Hide Table of Contents

Class GhostUpdateGhostRoleCountEvent

A server to client update with the available ghost role count

Inheritance
System.Object
GhostUpdateGhostRoleCountEvent
Namespace: Content.Shared.Ghost
Assembly: Content.Shared.dll
Syntax
public sealed class GhostUpdateGhostRoleCountEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

GhostUpdateGhostRoleCountEvent(Int32)

Declaration
public GhostUpdateGhostRoleCountEvent(int availableGhostRoleCount)
Parameters
Type Name Description
System.Int32 availableGhostRoleCount

Properties

| Improve this Doc View Source

AvailableGhostRoles

Declaration
public int AvailableGhostRoles { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾