mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-19 06:28:40 +03:00
* Add Mail!!111!! * Update MailSystem.cs * Make mailbag mail only * Remove invalid mail types * Update MailSystem.cs * Enable wizard cosplay mail
9 lines
161 B
C#
9 lines
161 B
C#
using Content.Shared.Mail;
|
|
|
|
namespace Content.Client.Mail
|
|
{
|
|
[RegisterComponent]
|
|
public sealed partial class MailComponent : SharedMailComponent
|
|
{}
|
|
}
|