Skip to content

Commit

Permalink
Not for steam 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
Tides committed Jun 23, 2024
1 parent de7d882 commit 0ed8358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace Obsidian.API;
public interface INetSteamReader : INetStream
public interface INetStreamReader : INetStream
{
public bool CanRead { get; }

Expand Down
2 changes: 1 addition & 1 deletion Obsidian/Net/MinecraftStream.Reading.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Obsidian.Net;

public partial class MinecraftStream : INetSteamReader
public partial class MinecraftStream : INetStreamReader
{

[ReadMethod]
Expand Down

0 comments on commit 0ed8358

Please sign in to comment.