mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-23 20:39:36 +08:00
11 lines
199 B
C#
11 lines
199 B
C#
namespace Oshima.FunGame.OshimaModes
|
|
{
|
|
public partial class CharacterStatus : UserControl
|
|
{
|
|
public CharacterStatus()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|