mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
14 lines
485 B
C#
14 lines
485 B
C#
namespace NexusForever.Shared.GameTable.Model
|
|
{
|
|
public class PublicEventObjectiveGatherResourceEntry
|
|
{
|
|
public uint Id;
|
|
public uint PublicEventObjectiveGatherResourceEnumFlag;
|
|
public uint Creature2IdContainer;
|
|
public uint Creature2IdResource;
|
|
public uint Spell4IdResource;
|
|
public uint Creature2IdStolenResource;
|
|
public uint Spell4IdStolenResource;
|
|
public uint PublicEventObjectiveGatherResourceIdOpposing;
|
|
}
|
|
}
|