0316278b15
Doesnt explode server with unhandled exception error Does remove craft from profile Doesnt remove it from client screen until client refresh
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
export interface IHideoutCancelProductionRequestData
|
|
{
|
|
Action: "HideoutCancelProductionCommand"
|
|
recipeId: string
|
|
timestamp: number
|
|
}
|