示例#1
0
 public override bool CanTransition(int instantiator)
 {
     if (UserTypes != null)
     {
         if (UserTypes.Contains(User.GetCurrent().UserType.Id))
         {
             return(true);
         }
     }
     return(false);
 }