8 lines
129 B
C#
8 lines
129 B
C#
namespace Content.Client._Horizon.RCD;
|
|
|
|
[ByRefEvent]
|
|
public record struct GetRCDEntityEvent()
|
|
{
|
|
public EntityUid? Entity;
|
|
};
|