add kcp
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
// ReSharper disable UnassignedGetOnlyAutoProperty
|
||||
|
||||
namespace BITKit.UX
|
||||
{
|
||||
@@ -44,7 +45,7 @@ namespace BITKit.UX
|
||||
}
|
||||
public abstract class UXPanelImplement:IUXPanel
|
||||
{
|
||||
private IUXPanel _iuxPanelImplementation1;
|
||||
protected virtual IUXPanel _iuxPanelImplementation1 { get; }
|
||||
protected abstract IUXPanel _iuxPanelImplementation { get; }
|
||||
public bool IsAnimate => _iuxPanelImplementation.IsAnimate;
|
||||
|
||||
|
Reference in New Issue
Block a user