C# Class Player.Abilities, DreamCatcher

ファイルを表示 Open project: themechanicalturk/DreamCatcher

Public Properties

Property Type Description
blink bool

Public Methods

Method Description
Abilities ( bool useless ) : System.Collections.Generic
this ( int index ) : bool

Method Details

Abilities() public method

public Abilities ( bool useless ) : System.Collections.Generic
useless bool
return System.Collections.Generic

this() public method

public this ( int index ) : bool
index int
return bool

Property Details

blink public_oe property

public bool blink
return bool