BlackLinks.Controller.own C# (CSharp) Method

own() private method

private own ( BlackAction action ) : void
action BlackAction
return void
        internal void own(BlackAction action)
        {
            action.ControllerInstance = this;
        }