C# Class ECSChess.Components.Chess.Piece

Exibir arquivo Open project: frankvHoof93/ECSChess

Public Properties

Property Type Description
Value ChessPiece

Public Methods

Method Description
Piece ( ChessPiece piece ) : ECSChess.Misc.Enums

Creates a Piece

Method Details

Piece() public method

Creates a Piece
public Piece ( ChessPiece piece ) : ECSChess.Misc.Enums
piece ChessPiece ChessPiece to create
return ECSChess.Misc.Enums

Property Details

Value public_oe property

Type of ChessPiece
public ChessPiece Value
return ChessPiece