Ratvarian Language and CogChamp (#15639)

This commit is contained in:
keronshb
2023-04-29 04:34:19 -04:00
committed by GitHub
parent 46dc364dc8
commit 0f7e7da450
17 changed files with 236 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using Robust.Shared.GameStates;
namespace Content.Shared.Speech.Components;
[RegisterComponent, NetworkedComponent]
public sealed class RatvarianLanguageComponent : Component
{
}