Progress on scroll panel.

This commit is contained in:
2019-04-11 00:51:26 -05:00
parent d5c898d081
commit 91e005ea00
2 changed files with 15 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
using System;
using RecrownedAthenaeum.UI.Modular.Modules;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -25,6 +26,7 @@ namespace RecrownedAthenaeum.UI.SkinSystem.Definitions
{
this.horizontalBar = horizontalBar;
this.verticalBar = verticalBar;
UIModuleType = typeof(UIScrollable);
}
}
}