Skip to content

Commit

Permalink
add Window node
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNitrous committed Jul 14, 2023
1 parent 194e1e1 commit 072cc4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions source/Vignette/Window.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright (c) Cosyne
// Licensed under GPL 3.0 with SDK Exception. See LICENSE for details.

namespace Vignette;

/// <summary>
/// The root of <see cref="Vignette"/>.
/// </summary>
public sealed class Window : World
{
internal Window()
{
}
}

0 comments on commit 072cc4e

Please sign in to comment.