forked from DeltaV-Station/Delta-v
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3d5a32
commit 8e5d180
Showing
10 changed files
with
52 additions
and
435 deletions.
There are no files selected for viewing
154 changes: 0 additions & 154 deletions
154
...Client/SimpleStation14/Examine/CharacterInformation/Systems/CharacterInformationSystem.cs
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...nt.Client/SimpleStation14/Examine/CharacterInformation/UI/CharacterInformationWindow.xaml
This file was deleted.
Oops, something went wrong.
163 changes: 0 additions & 163 deletions
163
...Client/SimpleStation14/Examine/CharacterInformation/UI/CharacterInformationWindow.xaml.cs
This file was deleted.
Oops, something went wrong.
20 changes: 9 additions & 11 deletions
20
Content.Server/DetailExaminable/DetailExaminableComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = ""; | ||
} | ||
} |
Oops, something went wrong.