ace/Source/ACE.Entity/GeneratorQueueNode.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

8 lines
127 B
C#

namespace ACE.Entity
{
public class GeneratorQueueNode
{
public uint Slot;
public double When;
}
}