DragStartInfo.fromDetails constructor
DragStartInfo.fromDetails(
- Game game,
- DragStartDetails raw
Implementation
DragStartInfo.fromDetails(
Game game,
DragStartDetails raw,
) : super(game, raw.globalPosition, raw);