...
This commit is contained in:
parent
3074943999
commit
760280c8bf
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 85b5dd62faefd11479710b9fc8a59400
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -25,6 +25,6 @@ public class NoSeeLongDMob : MyCoroutine
|
|||
|
||||
public bool IsNoSeeMob()
|
||||
{
|
||||
return list_Renderer[0].enabled;
|
||||
return !list_Renderer[0].enabled;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue