7 lines
136 B
C#
7 lines
136 B
C#
|
|
namespace Content.Shared.Changeling;
|
||
|
|
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed partial class DeleteOnChangelingRefundComponent : Component
|
||
|
|
{
|
||
|
|
}
|