This commit is contained in:
Ino 2025-02-07 17:15:59 +09:00
parent 3074943999
commit 760280c8bf
3 changed files with 1016 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 85b5dd62faefd11479710b9fc8a59400
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -25,6 +25,6 @@ public class NoSeeLongDMob : MyCoroutine
public bool IsNoSeeMob()
{
return list_Renderer[0].enabled;
return !list_Renderer[0].enabled;
}
}