Elin Modding Docs Doc
Loading...
Searching...
No Matches
PropsRoaming.cs
1
using
System;
2
3
// Token: 0x0200069D RID: 1693
4
public
class
PropsRoaming
:
Props
5
{
6
// Token: 0x17000E2D RID: 3629
7
// (get) Token: 0x0600312D RID: 12589 RVA: 0x001138E9 File Offset: 0x00111AE9
8
public
override
PlaceState state
9
{
10
get
11
{
12
return
PlaceState.roaming;
13
}
14
}
15
16
// Token: 0x17000E2E RID: 3630
17
// (get) Token: 0x0600312E RID: 12590 RVA: 0x001138EC File Offset: 0x00111AEC
18
public
override
bool
IsRoaming
19
{
20
get
21
{
22
return
true
;
23
}
24
}
25
}
Props
Definition
Props.cs:8
PropsRoaming
Definition
PropsRoaming.cs:5
Elin
PropsRoaming.cs
Generated by
1.12.0