Karcero : API Documentation

Type IBaseCell

Namespace Karcero.Engine.Contracts

Base interface for cell type

Properties

Public properties

int Column get; set;

The cell's column in the map (will be set by the generator).

int Row get; set;

The cell's row in the map (will be set by the generator).