Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Lab.cs
Go to the documentation of this file.
1public class Lab
2{
3 public float L { get; set; }
4
5 public float A { get; set; }
6
7 public float B { get; set; }
8}
Definition: Lab.cs:2
float L
Definition: Lab.cs:3
float B
Definition: Lab.cs:7
float A
Definition: Lab.cs:5