Elin Modding Docs Doc
Loading...
Searching...
No Matches
EScriptable.cs
1
using
System;
2
using
UnityEngine;
3
4
// Token: 0x02000006 RID: 6
5
public
class
EScriptable
: ScriptableObject
6
{
7
// Token: 0x0600005D RID: 93 RVA: 0x00003754 File Offset: 0x00001954
8
public
static
int
rnd(
int
a)
9
{
10
return
Rand.rnd(a);
11
}
12
}
EScriptable
Definition
EScriptable.cs:6
Elin
EScriptable.cs
Generated by
1.12.0