mirror of
https://github.com/project-redbud/FunGame-Desktop.git
synced 2025-04-23 21:49:34 +08:00
11 lines
184 B
C#
11 lines
184 B
C#
namespace Milimoe.FunGame.Desktop.UI
|
|
{
|
|
public partial class RoomSetting : Form
|
|
{
|
|
public RoomSetting()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|