umstyling + meetingresource
This commit is contained in:
11
MeetingControlGfx.cs
Normal file
11
MeetingControlGfx.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Godot;
|
||||
|
||||
[SceneTree]
|
||||
public partial class MeetingControlGfx : PanelContainer
|
||||
{
|
||||
public void SetMeetingTitle(string title)
|
||||
{
|
||||
MeetingTitle.Text = title;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user