update c# class examples

This commit is contained in:
Hana
2023-01-12 19:38:20 +01:00
parent 33c61914b4
commit 9e90766a92
37 changed files with 144 additions and 121 deletions
+1 -2
View File
@@ -75,9 +75,8 @@ efficient for millions of objects, but for a few thousands, GDScript should be f
.. code-tab:: csharp C#
using Godot;
using System;
public class YourClassName : MultiMeshInstance3D
public partial class YourClassName : MultiMeshInstance3D
{
public override void _Ready()
{