Elin Modding Docs Doc
Loading...
Searching...
No Matches
GoalHobby.cs
1
using
System;
2
using
System.Collections.Generic;
3
4
// Token: 0x0200023D RID: 573
5
public
class
GoalHobby
:
GoalWork
6
{
7
// Token: 0x1700041E RID: 1054
8
// (get) Token: 0x06000FF7 RID: 4087 RVA: 0x00072487 File Offset: 0x00070687
9
public
override
bool
IsHobby
10
{
11
get
12
{
13
return
true
;
14
}
15
}
16
17
// Token: 0x06000FF8 RID: 4088 RVA: 0x0007248A File Offset: 0x0007068A
18
public
override
List<Hobby> GetWorks()
19
{
20
return
this.owner.ListHobbies(
true
);
21
}
22
}
GoalHobby
Definition
GoalHobby.cs:6
GoalWork
Definition
GoalWork.cs:6
Elin
GoalHobby.cs
Generated by
1.12.0