Adds a piece to the game board. Note: Doesn't check for existing pieces, and will overwrite them if they exist. @param type The type of piece to place. @param x The x coordinate of the piece. @param y The y coordinate of the piece. @param rotation The rotation of the piece.
(TileType type, int x, int y, int rotation)
source not stored for this graph (policy: none)
no test coverage detected