Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
LIQUID.cs
Go to the documentation of this file.
1public class LIQUID
2{
3 public const int water = 1;
4
5 public const int magma = 2;
6}
Definition: LIQUID.cs:2
const int magma
Definition: LIQUID.cs:5
const int water
Definition: LIQUID.cs:3