CollectState.CollectState C# (CSharp) Method

CollectState() public method

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

        this.data = data;

        //Show item get pop-up

    }