terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Range.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine.SocialPlatforms
4
{
5
// Token: 0x0200000C RID: 12
6
public
struct
Range
7
{
8
// Token: 0x06000010 RID: 16 RVA: 0x000020F4 File Offset: 0x000002F4
9
public
Range
(
int
fromValue
,
int
valueCount
)
10
{
11
this.from
=
fromValue
;
12
}
13
14
// Token: 0x04000016 RID: 22
15
public
int
from
;
16
17
// Token: 0x04000017 RID: 23
18
public
int
count
;
19
}
20
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System
Definition
__ComObject.cs:4
UnityEngine.SocialPlatforms
Definition
ActivePlatform.cs:5
UnityEngine.SocialPlatforms.Range.Range
Range(int fromValue, int valueCount)
Definition
Range.cs:9
UnityEngine.SocialPlatforms.Range.from
int from
Definition
Range.cs:15
UnityEngine.SocialPlatforms.Range.count
int count
Definition
Range.cs:18
UnityEngine.SocialPlatforms.Range
Definition
Range.cs:7
source
UnityEngine.GameCenterModule
UnityEngine
SocialPlatforms
Range.cs
Generated by
1.10.0