Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
MapHeight.cs
Go to the documentation of this file.
1using UnityEngine;
2
3public class MapHeight : ScriptableObject
4{
5 public int heightMod;
6
7 public int baseHeight;
8
9 public int step;
10
11 public bool smoothDownhill;
12
13 public bool mod1;
14
15 public bool mod2;
16
17 public bool mod3;
18}
int heightMod
Definition: MapHeight.cs:5
int baseHeight
Definition: MapHeight.cs:7
bool mod2
Definition: MapHeight.cs:15
bool mod3
Definition: MapHeight.cs:17
bool smoothDownhill
Definition: MapHeight.cs:11
bool mod1
Definition: MapHeight.cs:13
int step
Definition: MapHeight.cs:9