Use SharedSpeciesComponent on the client.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user