完善文创展示控制与结果层基础
This commit is contained in:
@@ -8,6 +8,17 @@ export type PunchPolicyType = 'enter' | 'enter-confirm'
|
||||
export interface GameControlDisplayContent {
|
||||
title: string
|
||||
body: string
|
||||
autoPopup: boolean
|
||||
once: boolean
|
||||
priority: number
|
||||
}
|
||||
|
||||
export interface GameControlDisplayContentOverride {
|
||||
title?: string
|
||||
body?: string
|
||||
autoPopup?: boolean
|
||||
once?: boolean
|
||||
priority?: number
|
||||
}
|
||||
|
||||
export interface GameControl {
|
||||
|
||||
Reference in New Issue
Block a user