Use SharedSpeciesComponent on the client.

This commit is contained in:
Pieter-Jan Briers
2019-03-27 17:12:43 +01:00
parent c0caaaa8e5
commit 575b12dcdc
2 changed files with 4 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ namespace Content.Shared.GameObjects.Components.Mobs
{
public sealed override string Name => "Species";
public override uint? NetID => ContentNetIDs.SPECIES;
public sealed override uint? NetID => ContentNetIDs.SPECIES;
[Serializable, NetSerializable]
public enum MobVisuals
@@ -31,4 +31,4 @@ namespace Content.Shared.GameObjects.Components.Mobs
}
}
}
}