C# Class WpfApplication7.Item

Afficher le fichier Open project: NCCUCS-Windows-Programming/SpaceWar

Méthodes publiques

Свойство Type Description
position int
type TypeItem

Méthodes publiques

Méthode Description
Item ( TypeItem _type, int pos ) : System
Item_get ( Player _player ) : void

Method Details

Item() public méthode

public Item ( TypeItem _type, int pos ) : System
_type TypeItem
pos int
Résultat System

Item_get() public méthode

public Item_get ( Player _player ) : void
_player Player
Résultat void

Property Details

position public_oe property

public int position
Résultat int

type public_oe property

public TypeItem type
Résultat TypeItem