mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-12 22:44:35 +01:00
24 lines
380 B
C#
24 lines
380 B
C#
using proto;
|
|
|
|
namespace MoleMole
|
|
{
|
|
public class VentureCondition
|
|
{
|
|
public IslandVentureDispatchCond condition;
|
|
|
|
public int para1;
|
|
|
|
public int para2;
|
|
|
|
public string desc;
|
|
|
|
public VentureCondition()
|
|
{
|
|
//IL_0008: Unknown result type (might be due to invalid IL or missing references)
|
|
condition = (IslandVentureDispatchCond)1;
|
|
para1 = 0;
|
|
para2 = 0;
|
|
}
|
|
}
|
|
}
|