scripts
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace System.Globalization
|
||||
{
|
||||
// Token: 0x0200018C RID: 396
|
||||
internal class Punycode : Bootstring
|
||||
{
|
||||
// Token: 0x060013B8 RID: 5048 RVA: 0x0004CDA0 File Offset: 0x0004AFA0
|
||||
public Punycode()
|
||||
: base('-', 36, 1, 26, 38, 700, 72, 128)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user