Skip to content

Commit e892a49

Browse files
jeffgamedevjeffgamedev
andauthored
Wallet Connect Prefab Address Accessor (#74)
Co-authored-by: jeffgamedev <jbrooks@gala.games>
1 parent a9939fb commit e892a49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Assets/Thirdweb/Examples/Scripts/Prefabs/Prefab_ConnectWallet.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ public class Prefab_ConnectWallet : MonoBehaviour
7373
bool connecting;
7474
WCSessionData wcSessionData;
7575

76+
public string Address
77+
{
78+
get
79+
{
80+
return address;
81+
}
82+
}
83+
7684
// UI Initialization
7785

7886
private void Start()

0 commit comments

Comments
 (0)