mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
6 lines
137 B
C#
6 lines
137 B
C#
namespace EggLink.DanhengServer.GameServer.Game.Rogue;
|
|
|
|
public abstract class BaseRogueSelectMenu
|
|
{
|
|
public abstract void Roll();
|
|
} |