Skip to content

Commit

Permalink
fix: added nullable pragma to 2 more classes, that didn't had it before.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sythelux committed Jul 27, 2023
1 parent aeb9300 commit 1b709af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#nullable enable
using System;
using System.Runtime.InteropServices;
using Godot;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#nullable enable
using Godot;

namespace TerrainEditor.Generators;
Expand Down

0 comments on commit 1b709af

Please sign in to comment.