mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-06-09 10:06:49 +02:00
a43291233d
* timetonukevampire * snap back to vampirity * firstfix * fixix xif
9 lines
239 B
C#
9 lines
239 B
C#
namespace Content.Shared.Vampire.Components;
|
|
|
|
[RegisterComponent, Access(typeof(SharedVampireSystem))]
|
|
public sealed partial class VampirePolymorphComponent : Component
|
|
{
|
|
[ViewVariables(VVAccess.ReadOnly)]
|
|
public EntityUid Body;
|
|
}
|