Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
BLOCK.cs
Go to the documentation of this file.
1public class BLOCK
2{
3 public const int raw = 1;
4
5 public const int fence = 2;
6
7 public const int ramp = 3;
8
9 public const int stairs = 4;
10
11 public const int halfblock_raw = 5;
12}
Definition: BLOCK.cs:2
const int stairs
Definition: BLOCK.cs:9
const int raw
Definition: BLOCK.cs:3
const int fence
Definition: BLOCK.cs:5
const int halfblock_raw
Definition: BLOCK.cs:11
const int ramp
Definition: BLOCK.cs:7