breakpoint

This commit is contained in:
CortexCore
2023-09-15 23:02:46 +08:00
parent f6bf8fffe3
commit eabf0c6188
43 changed files with 1701 additions and 1582 deletions

View File

@@ -0,0 +1,11 @@
using Godot;
using System;
namespace BITKit.Display;
public partial class DisplayService : Node
{
public void SetDisplay(string resolution)
{
}
}