Exemplo n.º 1
0
 public SkillBookEntryDrawer()
 {
     popup = new TypePopup(typeof(PlayerContextCreator), true, Validate);
 }
 public AbilityPage_ContextSection(float spacing) : base(spacing)
 {
     typePopUp = new TypePopup(typeof(Context), false);
 }