Mine

class vindinium.models.Mine(x, y)[source]

Bases: object

A mine object.

x

int

the mine position in X.

y

int

the mine position in Y.

owner

int

the hero’s id that owns this mine.

__init__(x, y)[source]

Constructor.

Parameters:
  • x (int) – the mine position in X.
  • y (int) – the mine position in Y.