swaggy swaggy swags

This commit is contained in:
Deserty0
2025-10-05 17:33:13 +10:00
parent 88575e2286
commit 2fdd3923f5
3 changed files with 8 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ public sealed partial class CP14FishingWindow : BaseWindow
public void InitVisuals(CP14FishingRodComponent component)
{
FishingWindow.Visible = false;
// Getting data
if (!_prototypeManager.Resolve(component.FishingMinigame, out var minigameStyle))
return;
@@ -65,6 +67,8 @@ public sealed partial class CP14FishingWindow : BaseWindow
{
Texture = fishTexture,
};
FishingWindow.Visible = true;
}
}