C# Class WpfApplication7.Item

Datei anzeigen Open project: NCCUCS-Windows-Programming/SpaceWar

Public Properties

Property Type Description
position int
type TypeItem

Public Methods

Method Description
Item ( TypeItem _type, int pos ) : System
Item_get ( Player _player ) : void

Method Details

Item() public method

public Item ( TypeItem _type, int pos ) : System
_type TypeItem
pos int
return System

Item_get() public method

public Item_get ( Player _player ) : void
_player Player
return void

Property Details

position public_oe property

public int position
return int

type public_oe property

public TypeItem type
return TypeItem