mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 05:27:13 +08:00
8 lines
64 B
C#
8 lines
64 B
C#
|
|
|
||
|
|
namespace UI
|
||
|
|
{
|
||
|
|
public class PauseUI : UIBase
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|