Class MakeGhostRoleEui
Inheritance
System.Object
MakeGhostRoleEui
Assembly: Content.Server.dll
Syntax
public sealed class MakeGhostRoleEui : BaseEui
Constructors
|
Improve this Doc
View Source
MakeGhostRoleEui(IEntityManager, NetEntity)
Declaration
public MakeGhostRoleEui(IEntityManager entManager, NetEntity entity)
Parameters
Type |
Name |
Description |
IEntityManager |
entManager |
|
NetEntity |
entity |
|
Properties
|
Improve this Doc
View Source
Entity
Declaration
public NetEntity Entity { get; }
Property Value
Type |
Description |
NetEntity |
|
Methods
|
Improve this Doc
View Source
Closed()
Declaration
public override void Closed()
Overrides
|
Improve this Doc
View Source
GetNewState()
Declaration
public override EuiStateBase GetNewState()
Returns
Overrides