This website requires JavaScript.
Explore
Help
Register
Sign in
mmo-ref
/
ace
Watch
1
Star
0
Fork
You've already forked ace
0
mirror of
https://github.com/ACEmulator/ACE
synced
2026-08-17 12:26:06 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
master
ace
/
Source
/
ACE.Entity
/
GeneratorQueueNode.cs
9 lines
132 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
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
namespace
ACE.Entity
{
public
class
GeneratorQueueNode
{
public
uint
Slot
;
Refactor generators a bit, fixing some bugs with spawning/respawning items (#951)
2018-08-13 18:07:21 -04:00
public
double
SpawnTime
;
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
}
}
Reference in a new issue
Copy permalink