Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Wall.cs
Go to the documentation of this file.
1public struct Wall
2{
3 public static Map map;
4
5 public byte id;
6
7 public byte idMat;
8
10
12}
Definition: Cell.cs:7
static List< SourceBlock.Row > blockList
Definition: Cell.cs:14
static List< SourceMaterial.Row > matList
Definition: Cell.cs:12
Definition: Map.cs:13
Definition: Wall.cs:2
byte idMat
Definition: Wall.cs:7
SourceBlock.Row source
Definition: Wall.cs:9
byte id
Definition: Wall.cs:5
static Map map
Definition: Wall.cs:3
SourceMaterial.Row mat
Definition: Wall.cs:11