Elin Modding Docs Doc
Loading...
Searching...
No Matches
PropSetCategory.cs
1
using
System;
2
3
// Token: 0x020006A1 RID: 1697
4
public
class
PropSetCategory
:
PropSet
5
{
6
// Token: 0x06003150 RID: 12624 RVA: 0x0011464D File Offset: 0x0011284D
7
public
override
void
ModNum(
int
a)
8
{
9
this.num += a;
10
this.ModSum(a);
11
}
12
13
// Token: 0x06003151 RID: 12625 RVA: 0x00114664 File Offset: 0x00112864
14
public
void
ModSum(
int
a)
15
{
16
if
(this.parent !=
null
)
17
{
18
this.parent.ModSum(a);
19
}
20
this.sum += a;
21
}
22
23
// Token: 0x04001B49 RID: 6985
24
public
SourceCategory.Row
source;
25
26
// Token: 0x04001B4A RID: 6986
27
public
PropSetCategory
parent;
28
29
// Token: 0x04001B4B RID: 6987
30
public
int
sum;
31
}
PropSetCategory
Definition
PropSetCategory.cs:5
PropSet
Definition
PropSet.cs:6
SourceCategory.Row
Definition
SourceCategory.cs:64
Elin
PropSetCategory.cs
Generated by
1.12.0