Files
Fishing2/Assets/Scripts/UI/Common/MessageBox.cs
2025-05-10 12:49:47 +08:00

9 lines
125 B
C#

namespace NBF
{
public class MessageBox
{
public static void Show(string text)
{
}
}
}