Skip to content

Commit

Permalink
amy review!
Browse files Browse the repository at this point in the history
  • Loading branch information
TobleroneSwordfish committed Dec 18, 2024
1 parent 8f0b2be commit d8059b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion OpenDreamRuntime/Objects/DreamObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
using Robust.Shared.Map;
using Robust.Shared.Serialization.Manager;
using Robust.Shared.Utility;
using System.ComponentModel;

namespace OpenDreamRuntime.Objects {
[Virtual]
Expand Down
1 change: 0 additions & 1 deletion OpenDreamRuntime/Objects/Types/DreamObjectAtom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace OpenDreamRuntime.Objects.Types;

[Virtual]
public class DreamObjectAtom : DreamObject {
public string? Desc;
public readonly DreamOverlaysList Overlays;
public readonly DreamOverlaysList Underlays;
public readonly DreamVisContentsList VisContents;
Expand Down

0 comments on commit d8059b8

Please sign in to comment.