12 lines
192 B
C#
12 lines
192 B
C#
|
|
using WI.UI;
|
||
|
|
|
||
|
|
namespace XED.UI
|
||
|
|
{
|
||
|
|
public class Panel_MetaViewer : PanelBase
|
||
|
|
{
|
||
|
|
public void Open(TwinObject to)
|
||
|
|
{
|
||
|
|
gameObject.SetActive(true);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|