You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
using System;
|
|
|
|
// Token: 0x02000005 RID: 5
|
|
[Serializable]
|
|
public class myClassChild
|
|
{
|
|
// Token: 0x04000007 RID: 7
|
|
public string a;
|
|
|
|
// Token: 0x04000008 RID: 8
|
|
public string[] b = new string[]
|
|
{
|
|
"a",
|
|
"b",
|
|
"c"
|
|
};
|
|
}
|