C# Класс Descent.Model.Board.Marker.MoneyMarker

A type of marker, that has money on it
Наследование: Marker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MoneyMarker ( int id, string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, int movementPoints ) : System.Diagnostics.Contracts
PickUp ( Hero hero ) : void

Gives all heroes 100 coins

Описание методов

MoneyMarker() публичный Метод

public MoneyMarker ( int id, string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, int movementPoints ) : System.Diagnostics.Contracts
id int
name string
texture Microsoft.Xna.Framework.Graphics.Texture2D
movementPoints int
Результат System.Diagnostics.Contracts

PickUp() публичный Метод

Gives all heroes 100 coins
public PickUp ( Hero hero ) : void
hero Hero /// The hero standing on the marker ///
Результат void