10 lines
183 B
C#
10 lines
183 B
C#
namespace InterfaceOff
|
|
{
|
|
public class BasicWindow : WindowBase
|
|
{
|
|
public override void OnWindowClicked()
|
|
{
|
|
Destroy(gameObject);
|
|
}
|
|
}
|
|
} |