Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
94fba22eee1dcafb3e7fc3df65e767f65c240f21
crystall-punk-14/Content.Shared/Forensics/Components/DnaComponent.cs

14 lines
351 B
C#
Raw Normal View History

Move DnaComponent to shared (#35012) * Move DnaComponent to shared - Add Using statements to AdminSystem and StationRecordsSystem to point to Content.Shared.Forensics * Proper namespacing * Revert an un-intended change * Add Networking to DNA Component * CR - Remove ("dna") * CR - add back ("dna") tag
2025-02-09 23:36:01 -04:00
using Robust.Shared.GameStates;
namespace Content.Shared.Forensics.Components;
/// <summary>
/// This component is for mobs that have DNA.
/// </summary>
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
public sealed partial class DnaComponent : Component
{
[DataField("dna"), AutoNetworkedField]
Cloning Refactor and bugfixes (#35555) * cloning refactor * cleanup and fixes * don't pick from 0 * give dwarves the correct species * fix dna and bloodstream reagent data cloning * don't copy helmets * be less redundant
2025-03-02 16:50:12 +01:00
public string? DNA;
Move DnaComponent to shared (#35012) * Move DnaComponent to shared - Add Using statements to AdminSystem and StationRecordsSystem to point to Content.Shared.Forensics * Proper namespacing * Revert an un-intended change * Add Networking to DNA Component * CR - Remove ("dna") * CR - add back ("dna") tag
2025-02-09 23:36:01 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 69ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API