mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
34 lines
1.3 KiB
C#
34 lines
1.3 KiB
C#
namespace NexusForever.Shared.GameTable.Model
|
|
{
|
|
public class PathScientistFieldStudyEntry
|
|
{
|
|
public uint Id;
|
|
public uint Creature2Id;
|
|
public uint TargetGroupId;
|
|
public uint PathScientistFieldStudyFlags;
|
|
public uint LocalizedTextIdChecklist00;
|
|
public uint LocalizedTextIdChecklist01;
|
|
public uint LocalizedTextIdChecklist02;
|
|
public uint LocalizedTextIdChecklist03;
|
|
public uint LocalizedTextIdChecklist04;
|
|
public uint LocalizedTextIdChecklist05;
|
|
public uint LocalizedTextIdChecklist06;
|
|
public uint LocalizedTextIdChecklist07;
|
|
public uint WorldLocation2IdIndicator00;
|
|
public uint WorldLocation2IdIndicator01;
|
|
public uint WorldLocation2IdIndicator02;
|
|
public uint WorldLocation2IdIndicator03;
|
|
public uint WorldLocation2IdIndicator04;
|
|
public uint WorldLocation2IdIndicator05;
|
|
public uint WorldLocation2IdIndicator06;
|
|
public uint WorldLocation2IdIndicator07;
|
|
public uint BehaviorType00;
|
|
public uint BehaviorType01;
|
|
public uint BehaviorType02;
|
|
public uint BehaviorType03;
|
|
public uint BehaviorType04;
|
|
public uint BehaviorType05;
|
|
public uint BehaviorType06;
|
|
public uint BehaviorType07;
|
|
}
|
|
}
|