C# Class UHSampleGame.PowerManagement.ActivatedPower

Show file Open project: holtkampw/UH-Sample-XNA-Project

Public Properties

Property Type Description
PlayerNum int
type PowerType

Public Methods

Method Description
ActivatedPower ( PowerType type, int PlayerNum ) : System

Method Details

ActivatedPower() public method

public ActivatedPower ( PowerType type, int PlayerNum ) : System
type PowerType
PlayerNum int
return System

Property Details

PlayerNum public property

public int PlayerNum
return int

type public property

public PowerType type
return PowerType