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