Commit 5267c11
authored
File tree
4 files changed
+1
-1
lines changed- Content/ThirdPersonCPP/Maps
- Plugins
4 files changed
+1
-1
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Submodule play-unreal-plugin updated 53 files
- .gitattributes-7
- .github/workflows/release.yml+6-11
- CHANGELOG.md+5
- Content/BP_Cronos.uasset-3
- Content/BP_WalletConnect.uasset-3
- Content/CronosPlayUnreal/Blueprint/BP_Cronos.uasset
- Content/CronosPlayUnreal/Blueprint/BP_WalletConnect.uasset
- Content/CronosPlayUnreal/Blueprint/WBP_NftErc1155UI.uasset
- Content/CronosPlayUnreal/Blueprint/WBP_NftErc721UI.uasset
- Content/CronosPlayUnreal/Blueprint/WBP_PageUI.uasset
- Content/CronosPlayUnreal/Blueprint/WBP_WalletConnectUI.uasset
- Content/WBP_NftErc1155UI1.uasset-3
- Content/WBP_NftErc721UI.uasset-3
- Content/WBP_PageUI.uasset-3
- Content/WBP_WalletConnectUI.uasset-3
- CronosPlayUnreal.uplugin+7-7
- Makefile+22-13
- README.md+28-57
- Source/CronosPlayUnreal/CronosPlayUnreal.Build.cs+3-1
- Source/CronosPlayUnreal/Private/CronosPlayUnreal.cpp+2
- Source/CronosPlayUnreal/Private/DefiWalletBlueprint.cpp+2
- Source/CronosPlayUnreal/Private/DefiWalletCoreActor.cpp+480-4
- Source/CronosPlayUnreal/Private/PlayCppSdkActor.cpp+4-2
- Source/CronosPlayUnreal/Private/PlayCppSdkBPLibrary.cpp+2
- Source/CronosPlayUnreal/Private/PlayCppSdkDownloader.cpp+2
- Source/CronosPlayUnreal/Private/TxBuilder.cpp+2
- Source/CronosPlayUnreal/Private/TxBuilder.h+2
- Source/CronosPlayUnreal/Public/CronosPlayUnreal.h+2
- Source/CronosPlayUnreal/Public/DefiWalletBlueprint.h+3
- Source/CronosPlayUnreal/Public/DefiWalletCoreActor.h+263-7
- Source/CronosPlayUnreal/Public/PlayCppSdkActor.h+3
- Source/CronosPlayUnreal/Public/PlayCppSdkBPLibrary.h+2
- Source/CronosPlayUnreal/Public/PlayCppSdkDownloader.h+5
- Source/ThirdParty/cronosplay/CHANGELOG.md+62
- Source/ThirdParty/cronosplay/LICENSE+13
- Source/ThirdParty/cronosplay/include/defi-wallet-core-cpp/src/contract.rs.cc
- Source/ThirdParty/cronosplay/include/defi-wallet-core-cpp/src/contract.rs.h
- Source/ThirdParty/cronosplay/include/defi-wallet-core-cpp/src/core.cc+38
- Source/ThirdParty/cronosplay/include/defi-wallet-core-cpp/src/lib.rs.h+8
- Source/ThirdParty/cronosplay/include/defi-wallet-core-cpp/src/nft.rs.cc
- Source/ThirdParty/cronosplay/include/defi-wallet-core-cpp/src/nft.rs.h
- Source/ThirdParty/cronosplay/include/defi-wallet-core-cpp/src/uint.rs.cc
- Source/ThirdParty/cronosplay/include/defi-wallet-core-cpp/src/uint.rs.h
- Source/ThirdParty/cronosplay/include/extra-cpp-bindings/src/lib.rs.cc
- Source/ThirdParty/cronosplay/include/extra-cpp-bindings/src/lib.rs.h
- Source/ThirdParty/cronosplay/include/nft.cc
- Source/ThirdParty/cronosplay/include/nft.h
- Source/ThirdParty/cronosplay/include/pay.cc
- Source/ThirdParty/cronosplay/include/pay.h
- Source/ThirdParty/cronosplay/include/rust/cxx.h
- Source/ThirdParty/cronosplay/include/walletconnectcallback.cc
- Source/ThirdParty/cronosplay/include/walletconnectcallback.h
- install-play-cpp-sdk.bat+3-3
0 commit comments