Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
Gross.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
using
System.Runtime.InteropServices;
3
using
Newtonsoft.Json;
4
5
public
class
Gross
:
EClass
6
{
7
[StructLayout(LayoutKind.Sequential, Size = 1)]
8
public
struct
Mod
9
{
10
}
11
12
[JsonProperty]
13
public
int
value
;
14
15
public
virtual
int
Refresh
()
16
{
17
return
value
;
18
}
19
20
public
virtual
List<Mod>
GetMods
()
21
{
22
return
new
List<Mod>();
23
}
24
}
EClass
Definition:
EClass.cs:5
Gross
Definition:
Gross.cs:6
Gross.value
int value
Definition:
Gross.cs:13
Gross.Refresh
virtual int Refresh()
Definition:
Gross.cs:15
Gross.GetMods
virtual List< Mod > GetMods()
Definition:
Gross.cs:20
Gross.Mod
Definition:
Gross.cs:9
Elin
Gross.cs
Generated by
1.9.6