Class SharedSetEntityParent
Inheritance
System.Object
SharedSetEntityParent
Assembly: DuneNet.Shared.dll
Syntax
public class SharedSetEntityParent : MessageBase
Constructors
SharedSetEntityParent()
Declaration
public SharedSetEntityParent()
SharedSetEntityParent(UInt32, UInt32)
Declaration
public SharedSetEntityParent(uint entId, uint parentEntId)
Parameters
Type |
Name |
Description |
System.UInt32 |
entId |
|
System.UInt32 |
parentEntId |
|
Fields
EntId
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
ParentEntId
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
Methods
Deserialize(NetworkReader)
Declaration
public override void Deserialize(NetworkReader reader)
Parameters
Type |
Name |
Description |
NetworkReader |
reader |
|
Serialize(NetworkWriter)
Declaration
public override void Serialize(NetworkWriter writer)
Parameters
Type |
Name |
Description |
NetworkWriter |
writer |
|