Skip to content

Commit

Permalink
Update OpenDreamRuntime/Objects/Types/DreamObjectException.cs
Browse files Browse the repository at this point in the history
Co-authored-by: wixoa <[email protected]>
  • Loading branch information
ike709 and wixoaGit authored Jan 11, 2024
1 parent da51daf commit fc93123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenDreamRuntime/Objects/Types/DreamObjectException.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace OpenDreamRuntime.Objects.Types;

public sealed class DreamObjectException : DreamObject {
public sealed class DreamObjectException(DreamObjectDefinition objectDefinition) : DreamObject(objectDefinition) {
public string Name = string.Empty;
public string Description = string.Empty;
public string File = string.Empty;
Expand Down

0 comments on commit fc93123

Please sign in to comment.