Fix : 학교 옥상 디테일 수정
This commit is contained in:
parent
8a2c6e5131
commit
ca44686d7f
BIN
Assets/ResourcesData/Background/[공용]학교 옥상/Glb/[공용]학교 옥상.glb
(Stored with Git LFS)
BIN
Assets/ResourcesData/Background/[공용]학교 옥상/Glb/[공용]학교 옥상.glb
(Stored with Git LFS)
Binary file not shown.
BIN
Assets/ResourcesData/Background/[공용]학교 옥상/Scene/[공용]학교 옥상.unity
(Stored with Git LFS)
BIN
Assets/ResourcesData/Background/[공용]학교 옥상/Scene/[공용]학교 옥상.unity
(Stored with Git LFS)
Binary file not shown.
@ -998,7 +998,7 @@ namespace WefLab
|
||||
return rawValue * 100; // 1 balloon / gem = 100 KRW
|
||||
|
||||
case "twitch":
|
||||
return rawValue / 10; // bits ??KRW (approx; currency.real preferred)
|
||||
return rawValue / 10; // bits -> KRW (approx; currency.real preferred)
|
||||
|
||||
case "naver": // chzzk cheese
|
||||
case "chzzk":
|
||||
@ -1050,7 +1050,7 @@ namespace WefLab
|
||||
timestamp = timestamp
|
||||
};
|
||||
|
||||
Debug.Log($"[WefLab] DONATION ({platform}/{subtype}): {donorName} | raw {rawValue} ??{amount} KRW | {message}");
|
||||
Debug.Log($"[WefLab] DONATION ({platform}/{subtype}): {donorName} | raw {rawValue} -> {amount} KRW | {message}");
|
||||
|
||||
EnqueueDonation(donation);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user