small campaign progress
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele 2021-08-28 22:41:42 +01:00
parent 9f9be13215
commit 96657989c8
18 changed files with 439 additions and 89 deletions

View file

@ -0,0 +1,11 @@
/* Generated by MyraPad at 28/08/2021 22:04:11 */
namespace Sledgemapper.UI
{
public partial class PlayerWindow
{
public PlayerWindow()
{
BuildUI();
}
}
}