Skip to content

Commit

Permalink
sample tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rob1997 committed Oct 17, 2024
1 parent efd24e1 commit 799a7e9
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public class MudSample : MonoBehaviour
public TMP_Text counterLabel;

private Web3 web3;

// Test edits
private MudWorld world;

private async void Awake()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using TMPro;
using UnityEngine;

// Test Comment
[RequireComponent(typeof(TMP_Text))]
public class AccountLabel : MonoBehaviour
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public class SampleFeedback : MonoBehaviour
public Animation LoadingAnimation;
public EventSystem eventSystem;

[SerializeField] private TMP_Text _messageLabel;

public static SampleFeedback Instance { get; private set; }

private Coroutine _showMessageCoroutine;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 799a7e9

Please sign in to comment.