Elin Modding Docs Doc
Loading...
Searching...
No Matches
Goal.cs
1
using
System;
2
3
// Token: 0x0200022C RID: 556
4
public
class
Goal
:
AIAct
5
{
6
// Token: 0x17000408 RID: 1032
7
// (get) Token: 0x06000F9F RID: 3999 RVA: 0x00070194 File Offset: 0x0006E394
8
public
override
bool
InformCancel
9
{
10
get
11
{
12
return
false
;
13
}
14
}
15
16
// Token: 0x06000FA1 RID: 4001 RVA: 0x0007019F File Offset: 0x0006E39F
17
public
Goal
Duplicate()
18
{
19
return
Activator.CreateInstance(base.GetType()) as
Goal
;
20
}
21
}
AIAct
Definition
AIAct.cs:7
Goal
Definition
Goal.cs:5
Elin
Goal.cs
Generated by
1.12.0