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/Bar.cs
10281 views
namespace Godot.SourceGenerators.Sample
{
    public partial class Bar : GodotObject
    {
    }

    // Foo in another file
    public partial class Foo
    {
    }

    public partial class NotSameNameAsFile : GodotObject
    {
    }
}