feat. 게임시작 로직 적용
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface DialogParams {
|
||||
isShowDimmed?: boolean
|
||||
className?: string
|
||||
modalName?: string
|
||||
isOutsideClose?: boolean
|
||||
contentText: string
|
||||
confirmButtonText?: string
|
||||
@@ -13,5 +13,5 @@ export interface DialogParams {
|
||||
export interface YoutubeParams {
|
||||
youtubeUrl: string
|
||||
isOutsideClose?: boolean
|
||||
className?: string
|
||||
modalName?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user