ace/Source/ACE.Entity/GeneratorRegistryNode.cs
Ty Conner 64b81fcc49
Generators generated (#581)
* 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)
2018-01-05 12:03:26 -05:00

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;
}
}