From 1c18f93c8273b953c507ecd04f733e38417222e1 Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Thu, 25 Apr 2024 04:27:41 +0300 Subject: [PATCH] .NET - add godot example link --- src/app/dotnet/godot/page.mdx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/dotnet/godot/page.mdx b/src/app/dotnet/godot/page.mdx index c841399d..f8c97697 100644 --- a/src/app/dotnet/godot/page.mdx +++ b/src/app/dotnet/godot/page.mdx @@ -1,4 +1,4 @@ -import { DocImage, createMetadata } from "@doc"; +import { OpenSourceCard, DocImage, createMetadata } from "@doc"; export const metadata = createMetadata({ title: "Thirdweb .NET SDK in Godot", @@ -28,3 +28,14 @@ To add the Thirdweb .NET SDK to your Godot project, you will need to manually ed ``` + +## Example Project + +An example Godot project integrating the Thirdweb .NET SDK is available below. + +