Elin Modding Docs Doc
Loading...
Searching...
No Matches
FowProfile.cs
1
using
System;
2
using
UnityEngine;
3
4
// Token: 0x0200016B RID: 363
5
public
class
FowProfile
: ScriptableObject
6
{
7
// Token: 0x06000AB1 RID: 2737 RVA: 0x00042338 File Offset: 0x00040538
8
public
static
FowProfile
Load(
string
id
)
9
{
10
return
ResourceCache.Load<
FowProfile
>(
"Scene/Profile/Fow/FowProfile_"
+ id);
11
}
12
13
// Token: 0x040009A9 RID: 2473
14
public
FOWType type;
15
16
// Token: 0x040009AA RID: 2474
17
public
Color color;
18
}
FowProfile
Definition
FowProfile.cs:6
Elin
FowProfile.cs
Generated by
1.12.0