mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-22 16:08:27 +03:00
* Scottish Accent Draft * Add Accent Component and Accent System * Fix System and Component Slightly * Fixed Accent and Component * Fixed capitalization * Added Plural Words * God given right to own bag pipes * Added Kilts * Added Scottish Clothes to Theater Vend * Updated Pricing * Fixed Pricing
8 lines
229 B
C#
8 lines
229 B
C#
using Content.Server.DeltaV.Speech.EntitySystems;
|
|
|
|
namespace Content.Server.DeltaV.Speech.Components;
|
|
|
|
[RegisterComponent]
|
|
[Access(typeof(ScottishAccentSystem))]
|
|
public sealed partial class ScottishAccentComponent : Component
|
|
{ } |