EntityStack

class EntityStack(stack: DoubleQueue = DoubleQueue())

Constructors

Link copied to clipboard
constructor(stack: DoubleQueue = DoubleQueue())

Functions

Link copied to clipboard
fun pop(): Entity
Link copied to clipboard
fun push(entity: Entity)