forked from OpenWF/SpaceNinjaServer
		
	chore: add IOtherDialogueInfo
This commit is contained in:
		
							parent
							
								
									57786bfffb
								
							
						
					
					
						commit
						b8e3be5018
					
				@ -81,5 +81,11 @@ interface SaveCompletedDialogueRequest {
 | 
			
		||||
    Booleans: string[];
 | 
			
		||||
    ResetBooleans: string[];
 | 
			
		||||
    Data: ICompletedDialogue;
 | 
			
		||||
    OtherDialogueInfos: string[]; // unsure
 | 
			
		||||
    OtherDialogueInfos: IOtherDialogueInfo[]; // unsure
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
interface IOtherDialogueInfo {
 | 
			
		||||
    Dialogue: string;
 | 
			
		||||
    Tag: string;
 | 
			
		||||
    Value: number;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user