Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Tides committed Jun 23, 2024
1 parent 3bd582f commit de7d882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Obsidian.API/_Interfaces/INetSteamReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public interface INetSteamReader : INetStream
public SoundPosition ReadSoundPosition();

public Angle ReadAngle();
public Angle ReadFloatAngle() => ReadFloat();
public Angle ReadFloatAngle();
public ChatMessage ReadChat();
public byte[] ReadByteArray();
public Guid ReadGuid();
Expand Down

0 comments on commit de7d882

Please sign in to comment.