10 lines
237 B
C#
10 lines
237 B
C#
namespace Content.Server._CP14.Passport;
|
|
|
|
/// <summary>
|
|
/// Generates a paper text confirming the identity of the player and stamps it.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class CP14PassportComponent : Component
|
|
{
|
|
}
|