Skip to content

Commit

Permalink
Merge pull request #3266 from KBVE/patch-zeta-vuplex-helper-adjustmen…
Browse files Browse the repository at this point in the history
…t-11-18-2024-1731926877

[CI] Merge patch-zeta-vuplex-helper-adjustment-11-18-2024-1731926877 into dev
  • Loading branch information
h0lybyte authored Nov 18, 2024
2 parents 9ff6b8f + 696935f commit 808b7c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/kilonet/kilonet/Utils/VuplexHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ namespace KBVE.Kilonet.Utils
{
public class VuplexHelper : MonoBehaviour
{
public GameObject CanvasObject;
public GameObject CanvasWebViewPrefab;
public Canvas CanvasObject;
public BaseWebViewPrefab CanvasWebViewPrefab;

public BaseWebViewPrefab CanvasWebViewPrefab;

private CanvasWebViewPrefab _canvasWebViewPrefab;

Expand Down

0 comments on commit 808b7c1

Please sign in to comment.