添加项目文件。
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using MegaCrit.Sts2.Core.Nodes.Screens.MainMenu;
|
||||
|
||||
// ReSharper disable ClassNeverInstantiated.Global
|
||||
|
||||
namespace SlayTheSpire2.LAN.Multiplayer.Helpers
|
||||
{
|
||||
internal class NMultiplayerSubmenuButtonHelpers
|
||||
{
|
||||
public static NSubmenuButton? LanHostButton;
|
||||
public static NSubmenuButton? LanLoadButton;
|
||||
public static NSubmenuButton? LanAbandonButton;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user