Elin Modding Docs Doc
Loading...
Searching...
No Matches
AuthorAttribute.cs
1using System;
2
3namespace Algorithms
4{
5 // Token: 0x02000758 RID: 1880
6 internal class AuthorAttribute : Attribute
7 {
8 // Token: 0x06003669 RID: 13929 RVA: 0x00127E32 File Offset: 0x00126032
9 public AuthorAttribute(string authorName)
10 {
11 }
12 }
13}