Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
ActList.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
public
class
ActList
:
EClass
4
{
5
public
class
Item
6
{
7
public
Act
act
;
8
9
public
int
chance
;
10
11
public
bool
pt
;
12
}
13
14
public
List<Item>
items
=
new
List<Item>();
15
}
ActList.Item
Definition:
ActList.cs:6
ActList.Item.chance
int chance
Definition:
ActList.cs:9
ActList.Item.pt
bool pt
Definition:
ActList.cs:11
ActList.Item.act
Act act
Definition:
ActList.cs:7
ActList
Definition:
ActList.cs:4
ActList.items
List< Item > items
Definition:
ActList.cs:14
Act
Definition:
ACT.cs:62
EClass
Definition:
EClass.cs:5
Elin
ActList.cs
Generated by
1.9.6