Elin Decompiled Documentation
EA 23.104 Nightly
Loading...
Searching...
No Matches
EScriptable.cs
Go to the documentation of this file.
1
using
UnityEngine;
2
3
public
class
EScriptable
: ScriptableObject
4
{
5
public
static
int
rnd
(
int
a)
6
{
7
return
Rand
.
rnd
(a);
8
}
9
}
EScriptable
Definition:
EScriptable.cs:4
EScriptable.rnd
static int rnd(int a)
Definition:
EScriptable.cs:5
Rand
Definition:
Rand.cs:4
Rand.rnd
static int rnd(int max)
Definition:
Rand.cs:52
Elin
EScriptable.cs
Generated by
1.9.6