forked from Oshima-Studios/OshimaGameModule
11 lines
199 B
C#
11 lines
199 B
C#
namespace Oshima.FunGame.OshimaModes
|
|
{
|
|
public partial class CharacterStatus : UserControl
|
|
{
|
|
public CharacterStatus()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|