Exemple #1
0
 /// <inheritdoc />
 public ObjectCreationData_Vanilla(PackedGuid creationGuid, ObjectType creationObjectType, MovementBlockData_Vanilla movementData, UpdateFieldValueCollection objectValuesCollection)
 {
     CreationGuid           = creationGuid;
     CreationObjectType     = creationObjectType;
     MovementData           = movementData;
     ObjectValuesCollection = objectValuesCollection;
 }
 /// <inheritdoc />
 public ObjectUpdateMovementBlock_Vanilla(ObjectGuid movementGuid, MovementBlockData_Vanilla movementData)
     : base()
 {
     MovementGuid = movementGuid;
     MovementData = movementData;
 }