Elin Modding Docs Doc
Loading...
Searching...
No Matches
TargetTypeSelfParty.cs
1
using
System;
2
using
UnityEngine;
3
4
// Token: 0x02000245 RID: 581
5
public
class
TargetTypeSelfParty
:
TargetTypeSelf
6
{
7
// Token: 0x17000441 RID: 1089
8
// (get) Token: 0x0600102C RID: 4140 RVA: 0x00072D56 File Offset: 0x00070F56
9
public
override
Sprite IconType
10
{
11
get
12
{
13
return
EClass
.core.refs.icons.targetAny;
14
}
15
}
16
17
// Token: 0x17000442 RID: 1090
18
// (get) Token: 0x0600102D RID: 4141 RVA: 0x00072D6C File Offset: 0x00070F6C
19
public
override
bool
CanSelectParty
20
{
21
get
22
{
23
return
true
;
24
}
25
}
26
}
EClass
Definition
EClass.cs:7
TargetTypeSelf
Definition
TargetTypeSelf.cs:6
TargetTypeSelfParty
Definition
TargetTypeSelfParty.cs:6
Elin
TargetTypeSelfParty.cs
Generated by
1.12.0