10 lines
131 B
C#
10 lines
131 B
C#
using System;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x0200027A RID: 634
|
|
public sealed class ExitGUIException : Exception
|
|
{
|
|
}
|
|
}
|