/// <inheritdoc />
 public ObjectUpdateDestroyObjectBlock([NotNull] PackedGuidCollection destroyedGuids)
 {
     DestroyedGuids = destroyedGuids ?? throw new ArgumentNullException(nameof(destroyedGuids));
 }
Exemple #2
0
 /// <inheritdoc />
 public ObjectUpdateNearObjectsBlock([NotNull] PackedGuidCollection nearGuids)
 {
     NearGuids = nearGuids ?? throw new ArgumentNullException(nameof(nearGuids));
 }