Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OCOtheOmega committed Apr 23, 2024
1 parent f3d5a32 commit 8e5d180
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 435 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 9 additions & 11 deletions Content.Server/DetailExaminable/DetailExaminableComponent.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// Parkstation-CharacterInformation-Start - This was moved to the Shared namespace
// namespace Content.Server.DetailExaminable
// {
// [RegisterComponent]
// public sealed class DetailExaminableComponent : Component
// {
// [DataField("content", required: true)] [ViewVariables(VVAccess.ReadWrite)]
// public string Content = "";
// }
// }
// Parkstation-CharacterInformation-End
namespace Content.Server.DetailExaminable
{
[RegisterComponent]
public sealed partial class DetailExaminableComponent : Component
{
[DataField("content", required: true)] [ViewVariables(VVAccess.ReadWrite)]
public string Content = "";
}
}
Loading

0 comments on commit 8e5d180

Please sign in to comment.