mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
* Generators generated * Update AppVeyor * Cleanup * Add Adminvision command * adminvision cleanup * Generator Linking System * fix incorrect comment * add TODO fixme * Updated Placement (AnimationFrame) and PlacementPosition (slot position within a container)
13 lines
292 B
C#
13 lines
292 B
C#
namespace ACE.Entity
|
|
{
|
|
public class GeneratorRegistryNode
|
|
{
|
|
public uint WeenieClassId;
|
|
public double Timestamp;
|
|
public uint TreasureType;
|
|
public uint Slot;
|
|
public uint Checkpointed;
|
|
public uint Shop;
|
|
public uint Amount;
|
|
}
|
|
}
|