Example #1
0
 protected virtual bool onReturnHomeCommand(CommandBase command)
 {
     RoleMgr.ReturnHome();
     return(true);
 }