public bool Click(IClickable clickable) { if (clickable == null) { return(false); } return(clickable.Inform <GCPlayer>(this)); }