Made it sealed
This commit is contained in:
parent
bc3eb506bd
commit
6cded1b03b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ using System.Numerics;
|
||||||
|
|
||||||
namespace Raylib_cs;
|
namespace Raylib_cs;
|
||||||
|
|
||||||
public class Window : IDisposable
|
public sealed class Window : IDisposable
|
||||||
{
|
{
|
||||||
private static Window _instance;
|
private static Window _instance;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue