Skip to content

Commit

Permalink
if 🄻aunchCount % 12 == 0 {
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaa committed May 7, 2022
1 parent 6e658bc commit 8e4e302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlainShougi/広告AD.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct 広告AD: View {
var 🆔: String {
//FlipByBlink appIdentifier: 1444571751
//FadeInAlarm appIdentifier: 1465336070
if 🄻aunchCount % 2 == 1 {
if 🄻aunchCount % 12 == 0 {
return "1444571751"
} else {
return "1465336070"
Expand Down

0 comments on commit 8e4e302

Please sign in to comment.