Watch
2
0
Fork
You've already forked raylib-cs
0

Made it sealed

This commit is contained in:
MrScautHD 2023-08-19 23:44:01 +02:00
commit 6cded1b03b

View file

@ -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;