Skip to content

Commit

Permalink
Update PlaybackInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkitic committed Nov 11, 2022
1 parent 69288f1 commit cf38260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyAsio.Gui/Models/PlaybackInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ namespace KeyAsio.Gui.Models;

public class PlaybackInfo
{

public PlaybackInfo(CachedSound? cachedSound, HitsoundNode hitsoundNode)
{
CachedSound = cachedSound;
HitsoundNode = hitsoundNode;
}

public HitsoundNode HitsoundNode { get; }

public CachedSound? CachedSound { get; }
Expand Down

0 comments on commit cf38260

Please sign in to comment.