internal bool ContainsForEditorSelection(Vector2 mouse)
 {
     if (baseCharacter.ContainsForEditorSelection(mouse))
     {
         return(true);
     }
     return(false);
 }