C# Class CollectState

Inheritance: InteractState
ファイルを表示 Open project: Aerolith-Studios/White-Collar Class Usage Examples

Public Methods

Method Description
CollectState ( Collectable, data ) : System
clone ( ) : InteractState,
update ( ) : bool

Method Details

CollectState() public method

public CollectState ( Collectable, data ) : System
data Collectable,
return System

clone() public method

public clone ( ) : InteractState,
return InteractState,

update() public method

public update ( ) : bool
return bool