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