12 lines
153 B
C#
12 lines
153 B
C#
|
using Godot;
|
||
|
using System;
|
||
|
|
||
|
namespace BITKit.Display;
|
||
|
public partial class DisplayService : Node
|
||
|
{
|
||
|
public void SetDisplay(string resolution)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|