C# Класс Belot.ComputerPlayer

Represents a computer player.
Наследование: Player
Показать файл Открыть проект

Защищенные методы

Метод Описание
ComputerPlayer ( )

Default constructor

ComputerPlayer ( string name )

Constructor for the class. Creates a new computer player with the specified name.

RaiseAnnounceMade ( Announcement announce ) : void

Raises the AnnounceMade event

RaiseCardCombinationAnnounced ( CardCombination combination ) : void

Raises the CombinationAnnounced event

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

ComputerPlayer() защищенный метод

Default constructor
protected ComputerPlayer ( )

ComputerPlayer() защищенный метод

Constructor for the class. Creates a new computer player with the specified name.
protected ComputerPlayer ( string name )
name string The name of the player

RaiseAnnounceMade() защищенный метод

Raises the AnnounceMade event
protected RaiseAnnounceMade ( Announcement announce ) : void
announce Announcement
Результат void

RaiseCardCombinationAnnounced() защищенный метод

Raises the CombinationAnnounced event
protected RaiseCardCombinationAnnounced ( CardCombination combination ) : void
combination CardCombination
Результат void