Ejemplo n.º 1
0
 public override bool Check(GlobalStorageObject storage)
 {
     return(storage.GetBool(key) == isTrue);
 }