Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Sample/Generic1T.cs
10281 views
#pragma warning disable CS0169

namespace Godot.SourceGenerators.Sample
{
    public partial class Generic1T<T> : GodotObject
    {
        private int _field;
    }
}